Searched refs:hostapd_wps_ap_pin_timeout (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wps_hostapd.c | 42 static void hostapd_wps_ap_pin_timeout(void *eloop_data, void *user_ctx); 1431 eloop_cancel_timeout(hostapd_wps_ap_pin_timeout, hapd, NULL); in hostapd_deinit_wps() 1803 static void hostapd_wps_ap_pin_timeout(void *eloop_data, void *user_ctx) in hostapd_wps_ap_pin_timeout() function 1823 eloop_cancel_timeout(hostapd_wps_ap_pin_timeout, hapd, NULL); in hostapd_wps_ap_pin_enable() 1826 hostapd_wps_ap_pin_timeout, hapd, NULL); in hostapd_wps_ap_pin_enable() 1837 eloop_cancel_timeout(hostapd_wps_ap_pin_timeout, hapd, NULL); in wps_ap_pin_disable()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wps_hostapd.c | 42 static void hostapd_wps_ap_pin_timeout(void *eloop_data, void *user_ctx); 1291 eloop_cancel_timeout(hostapd_wps_ap_pin_timeout, hapd, NULL); in hostapd_deinit_wps() 1618 static void hostapd_wps_ap_pin_timeout(void *eloop_data, void *user_ctx) in hostapd_wps_ap_pin_timeout() function 1638 eloop_cancel_timeout(hostapd_wps_ap_pin_timeout, hapd, NULL); in hostapd_wps_ap_pin_enable() 1641 hostapd_wps_ap_pin_timeout, hapd, NULL); in hostapd_wps_ap_pin_enable() 1652 eloop_cancel_timeout(hostapd_wps_ap_pin_timeout, hapd, NULL); in wps_ap_pin_disable()
|
Completed in 8 milliseconds