Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dsme.c40 static void sme_assoc_timer(void *eloop_ctx, void *timeout_ctx);
2734 eloop_register_timeout(SME_ASSOC_TIMEOUT, 0, sme_assoc_timer, wpa_s, in sme_associate()
2890 eloop_cancel_timeout(sme_assoc_timer, wpa_s, NULL); in sme_event_assoc_reject()
3015 static void sme_assoc_timer(void *eloop_ctx, void *timeout_ctx) in sme_assoc_timer() function
3029 eloop_cancel_timeout(sme_assoc_timer, wpa_s, NULL); in sme_state_changed()
3061 eloop_cancel_timeout(sme_assoc_timer, wpa_s, NULL); in sme_deinit()