Home
last modified time | relevance | path

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

/hostap-latest/doc/
Dp2p.doxygen124 - \ref p2p_config::p2p_scan()
189 full scan to be completed by calling \ref p2p_config::p2p_scan(). Results
214 i.e., the P2P module will call \ref p2p_config::p2p_scan() just like in the
/hostap-latest/src/p2p/
Dp2p.h639 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq, member
Dp2p.c1051 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, type, freq, in p2p_search()
1275 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, in p2p_find()
1285 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, P2P_SCAN_FULL, 0, in p2p_find()
1291 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, P2P_SCAN_SOCIAL, 0, in p2p_find()
/hostap-latest/wpa_supplicant/
Dp2p_supplicant.c4913 p2p.p2p_scan = wpas_p2p_scan; in wpas_p2p_init()