Searched refs:wpa_send_eapol_timeout (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/wpa_supplicant/src/ap/ |
| HD | wpa_auth.c | 39 static void wpa_send_eapol_timeout(void *eloop_ctx, void *timeout_ctx); 734 eloop_cancel_timeout(wpa_send_eapol_timeout, sm->wpa_auth, sm); in wpa_auth_sta_deinit() 1285 eloop_cancel_timeout(wpa_send_eapol_timeout, wpa_auth, sm); in wpa_receive() 1417 static void wpa_send_eapol_timeout(void *eloop_ctx, void *timeout_ctx) in wpa_send_eapol_timeout() function 1678 wpa_send_eapol_timeout, wpa_auth, sm); in wpa_send_eapol() 3023 eloop_cancel_timeout(wpa_send_eapol_timeout, sm->wpa_auth, sm); in SM_STATE() 4796 eloop_cancel_timeout(wpa_send_eapol_timeout, wpa_auth, sm); in wpa_auth_eapol_key_tx_status() 4799 wpa_send_eapol_timeout, wpa_auth, sm); in wpa_auth_eapol_key_tx_status()
|