Searched refs:p2p_scan (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/doc/ |
D | p2p.doxygen | 124 - \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/ |
D | p2p.h | 639 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq, member
|
D | p2p.c | 1051 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/ |
D | p2p_supplicant.c | 4913 p2p.p2p_scan = wpas_p2p_scan; in wpas_p2p_init()
|