HomeSort by relevance Sort by last modified time
    Searched full:sme_auth_timer (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 35 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx);
463 eloop_register_timeout(SME_AUTH_TIMEOUT, 0, sme_auth_timer, wpa_s,
652 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL);
932 static void sme_auth_timer(void *eloop_ctx, void *timeout_ctx) function
958 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL);
978 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL);
979 eloop_register_timeout(SME_AUTH_TIMEOUT, 0, sme_auth_timer, wpa_s,
999 eloop_cancel_timeout(sme_auth_timer, wpa_s, NULL);
    [all...]

Completed in 91 milliseconds