Searched refs:p2p_scan (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.h | 600 * p2p_scan - Request a P2P scan/search 629 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq, member 1601 * scan requested with struct p2p_config::p2p_scan(). This can be called during 1625 * struct p2p_config::p2p_scan() call if none of the p2p_scan_res_handler()
|
H A D | p2p.c | 37 * p2p_scan recovery timeout 332 p2p_dbg(p2p, "p2p_scan running - connect is already pending - skip listen"); in p2p_listen() 335 p2p_dbg(p2p, "p2p_scan running - delay start of listen state"); in p2p_listen() 1032 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, type, freq, in p2p_search() 1057 p2p_dbg(p2p, "Running p2p_scan"); in p2p_notify_scan_trigger_status() 1101 p2p_dbg(p2p, "p2p_scan timeout (running=%d)", p2p->p2p_scan_running); in p2p_scan_timeout() 1165 p2p_dbg(p2p, "p2p_scan is already running"); in p2p_find() 1255 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, in p2p_find() 1264 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, P2P_SCAN_FULL, 0, in p2p_find() 1270 res = p2p->cfg->p2p_scan(p2 in p2p_find() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.h | 620 * p2p_scan - Request a P2P scan/search 650 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq, member 1628 * scan requested with struct p2p_config::p2p_scan(). This can be called during 1653 * struct p2p_config::p2p_scan() call if none of the p2p_scan_res_handler()
|
H A D | p2p.c | 47 * p2p_scan recovery timeout 392 p2p_dbg(p2p, "p2p_scan running - connect is already pending - skip listen"); 395 p2p_dbg(p2p, "p2p_scan running - delay start of listen state"); 1114 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, type, freq, 1144 p2p_dbg(p2p, "Running p2p_scan"); 1193 p2p_dbg(p2p, "p2p_scan timeout (running=%d)", p2p->p2p_scan_running); 1261 p2p_dbg(p2p, "p2p_scan is already running"); 1362 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, 1372 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, P2P_SCAN_FULL, 0, 1378 res = p2p->cfg->p2p_scan(p2 [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | p2p_supplicant.c | 4468 p2p.p2p_scan = wpas_p2p_scan; in wpas_p2p_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | p2p_supplicant.c | 5547 p2p.p2p_scan = wpas_p2p_scan;
|
Completed in 33 milliseconds