Searched refs:p2p_scan (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/p2p/ |
D | p2p.h | 636 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq, member
|
D | p2p.c | 1037 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, type, freq, in p2p_search() 1260 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, in p2p_find() 1269 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, P2P_SCAN_FULL, 0, in p2p_find() 1275 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, P2P_SCAN_SOCIAL, 0, in p2p_find()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 4681 p2p.p2p_scan = wpas_p2p_scan; in wpas_p2p_init()
|