Searched refs:eapol_sm_step_timeout (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 159 static void eapol_sm_step_timeout(void *eloop_ctx, void *timeout_ctx); 941 static void eapol_sm_step_timeout(void *eloop_ctx, void *timeout_ctx) in eapol_sm_step_timeout() function 1008 eloop_cancel_timeout(eapol_sm_step_timeout, NULL, sm); in eapol_sm_step() 1009 eloop_register_timeout(0, 0, eapol_sm_step_timeout, NULL, sm); in eapol_sm_step() 2190 eloop_cancel_timeout(eapol_sm_step_timeout, NULL, sm); in eapol_sm_deinit()
|