Home
last modified time | relevance | path

Searched refs:p2p_scan (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p.h636 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq, member
Dp2p.c1037 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/
Dp2p_supplicant.c4681 p2p.p2p_scan = wpas_p2p_scan; in wpas_p2p_init()