Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dafc.c26 static void hostapd_afc_timeout_handler(void *eloop_ctx, void *timeout_ctx);
953 eloop_cancel_timeout(hostapd_afc_timeout_handler, iface, NULL); in hostapd_afc_handle_request()
955 hostapd_afc_timeout_handler, iface, NULL); in hostapd_afc_handle_request()
981 static void hostapd_afc_timeout_handler(void *eloop_ctx, void *timeout_ctx) in hostapd_afc_timeout_handler() function
1019 hostapd_afc_timeout_handler, iface, NULL); in hostapd_afc_timeout_handler()
1025 eloop_cancel_timeout(hostapd_afc_timeout_handler, iface, NULL); in hostapd_afc_send_request()
1026 eloop_register_timeout(0, 0, hostapd_afc_timeout_handler, iface, NULL); in hostapd_afc_send_request()
1032 eloop_cancel_timeout(hostapd_afc_timeout_handler, iface, NULL); in hostapd_afc_stop()