Searched refs:hostapd_wps_ap_pin_timeout (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wps_hostapd.c | 32 static void hostapd_wps_ap_pin_timeout(void *eloop_data, void *user_ctx); 336 eloop_cancel_timeout(hostapd_wps_ap_pin_timeout, hapd, NULL); in hostapd_deinit_wps() 413 static void hostapd_wps_ap_pin_timeout(void *eloop_data, void *user_ctx) in hostapd_wps_ap_pin_timeout() function 433 eloop_cancel_timeout(hostapd_wps_ap_pin_timeout, hapd, NULL); in hostapd_wps_ap_pin_enable() 436 hostapd_wps_ap_pin_timeout, hapd, NULL); in hostapd_wps_ap_pin_enable() 443 eloop_cancel_timeout(hostapd_wps_ap_pin_timeout, hapd, NULL); in wps_ap_pin_disable()
|