Searched refs:eapol_sm_step_timeout (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.c | 158 static void eapol_sm_step_timeout(void *eloop_ctx, void *timeout_ctx); 905 static void eapol_sm_step_timeout(void *eloop_ctx, void *timeout_ctx) in eapol_sm_step_timeout() function 972 eloop_cancel_timeout(eapol_sm_step_timeout, NULL, sm); in eapol_sm_step() 973 eloop_register_timeout(0, 0, eapol_sm_step_timeout, NULL, sm); in eapol_sm_step() 2131 eloop_cancel_timeout(eapol_sm_step_timeout, NULL, sm); in eapol_sm_deinit()
|