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.c35 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx);
558 eloop_register_timeout(SME_AUTH_TIMEOUT, 0, sme_auth_timer, wpa_s, in sme_send_authentication()
780 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_event_auth()
1091 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx) in sme_auth_timer() function
1117 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_state_changed()
1137 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_disassoc_while_authenticating()
1138 eloop_register_timeout(SME_AUTH_TIMEOUT, 0, sme_auth_timer, wpa_s, in sme_disassoc_while_authenticating()
1169 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL); in sme_deinit()