Searched refs:p2p_scan_timeout (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p.c | 33 static void p2p_scan_timeout(void *eloop_ctx, void *timeout_ctx); 1078 eloop_cancel_timeout(p2p_scan_timeout, p2p, NULL); in p2p_notify_scan_trigger_status() 1079 eloop_register_timeout(P2P_SCAN_TIMEOUT, 0, p2p_scan_timeout, in p2p_notify_scan_trigger_status() 1116 static void p2p_scan_timeout(void *eloop_ctx, void *timeout_ctx) in p2p_scan_timeout() function 3052 eloop_cancel_timeout(p2p_scan_timeout, p2p, NULL); in p2p_deinit() 3571 eloop_cancel_timeout(p2p_scan_timeout, p2p, NULL); in p2p_scan_res_handled()
|