Searched refs:hostapd_wps_ap_pin_timeout (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 42 static void hostapd_wps_ap_pin_timeout(void *eloop_data, void *user_ctx); 1424 eloop_cancel_timeout(hostapd_wps_ap_pin_timeout, hapd, NULL); in hostapd_deinit_wps() 1796 static void hostapd_wps_ap_pin_timeout(void *eloop_data, void *user_ctx) in hostapd_wps_ap_pin_timeout() function 1816 eloop_cancel_timeout(hostapd_wps_ap_pin_timeout, hapd, NULL); in hostapd_wps_ap_pin_enable() 1819 hostapd_wps_ap_pin_timeout, hapd, NULL); in hostapd_wps_ap_pin_enable() 1830 eloop_cancel_timeout(hostapd_wps_ap_pin_timeout, hapd, NULL); in wps_ap_pin_disable()
|