Searched refs:sme_auth_timer (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | sme.c | 37 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx); 820 eloop_register_timeout(SME_AUTH_TIMEOUT, 0, sme_auth_timer, wpa_s, in sme_send_authentication() 1268 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_event_auth() 1929 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx) in sme_auth_timer() function 1955 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_state_changed() 1975 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_disassoc_while_authenticating() 1976 eloop_register_timeout(SME_AUTH_TIMEOUT, 0, sme_auth_timer, wpa_s, in sme_disassoc_while_authenticating() 2004 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_deinit()
|