Searched refs:sme_auth_timer (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | sme.c | 39 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx); 1211 eloop_register_timeout(SME_AUTH_TIMEOUT, 0, sme_auth_timer, wpa_s, in sme_send_authentication() 2021 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_event_auth() 2959 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx) in sme_auth_timer() function 2987 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_state_changed() 3016 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_deinit()
|