Searched refs:hostapd_wpa_ft_rrb_rx_later (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_glue.c | 505 static void hostapd_wpa_ft_rrb_rx_later(void *eloop_ctx, void *timeout_ctx) in hostapd_wpa_ft_rrb_rx_later() function 569 if (!eloop_is_timeout_registered(hostapd_wpa_ft_rrb_rx_later, in hostapd_wpa_auth_ft_iter() 572 hostapd_wpa_ft_rrb_rx_later, in hostapd_wpa_auth_ft_iter() 1395 eloop_cancel_timeout(hostapd_wpa_ft_rrb_rx_later, hapd, ELOOP_ALL_CTX); in hostapd_deinit_wpa() 1396 hostapd_wpa_ft_rrb_rx_later(hapd, NULL); /* flush without delivering */ in hostapd_deinit_wpa()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_glue.c | 615 static void hostapd_wpa_ft_rrb_rx_later(void *eloop_ctx, void *timeout_ctx) in hostapd_wpa_ft_rrb_rx_later() function 679 if (!eloop_is_timeout_registered(hostapd_wpa_ft_rrb_rx_later, in hostapd_wpa_auth_ft_iter() 682 hostapd_wpa_ft_rrb_rx_later, in hostapd_wpa_auth_ft_iter() 1643 eloop_cancel_timeout(hostapd_wpa_ft_rrb_rx_later, hapd, ELOOP_ALL_CTX); in hostapd_deinit_wpa() 1644 hostapd_wpa_ft_rrb_rx_later(hapd, NULL); /* flush without delivering */ in hostapd_deinit_wpa()
|
Completed in 5 milliseconds