Searched refs:sme_auth_timer (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | sme.c | 39 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx); 1214 eloop_register_timeout(SME_AUTH_TIMEOUT, 0, sme_auth_timer, wpa_s, in sme_send_authentication() 2024 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_event_auth() 3005 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx) in sme_auth_timer() function 3033 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_state_changed() 3062 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_deinit()
|