Searched refs:eapol_sm_step_cb (Results 1 – 1 of 1) sorted by relevance
44 static void eapol_sm_step_cb(void *eloop_ctx, void *timeout_ctx);886 eloop_cancel_timeout(eapol_sm_step_cb, sm, NULL); in eapol_auth_free()984 static void eapol_sm_step_cb(void *eloop_ctx, void *timeout_ctx) in eapol_sm_step_cb() function1006 eloop_register_timeout(0, 0, eapol_sm_step_cb, sm, NULL); in eapol_auth_step()