Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/p2p/
H A Dp2p.h639 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq, member
H A 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()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4913 p2p.p2p_scan = wpas_p2p_scan; in wpas_p2p_init()