Home
last modified time | relevance | path

Searched refs:hostapd_wps_ap_pin_timeout (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/ap/
Dwps_hostapd.c42 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()