Home
last modified time | relevance | path

Searched refs:sme_auth_timer (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c38 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx);
927 eloop_register_timeout(SME_AUTH_TIMEOUT, 0, sme_auth_timer, wpa_s, in sme_send_authentication()
1532 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_event_auth()
2238 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx) in sme_auth_timer() function
2264 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_state_changed()
2284 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_disassoc_while_authenticating()
2285 eloop_register_timeout(SME_AUTH_TIMEOUT, 0, sme_auth_timer, wpa_s, in sme_disassoc_while_authenticating()
2315 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_deinit()