Searched defs:sme_auth_timer (Results 1 - 1 of 1) sorted by last modified time

/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.c35 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx);
463 eloop_register_timeout(SME_AUTH_TIMEOUT, 0, sme_auth_timer, wpa_s,
653 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL);
933 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx) function
959 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL);
979 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL);
980 eloop_register_timeout(SME_AUTH_TIMEOUT, 0, sme_auth_timer, wpa_s,
1000 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL);

Completed in 32 milliseconds