Searched refs:sme_assoc_timer (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/wpa/wpa_supplicant/ |
| H A D | sme.c | 40 static void sme_assoc_timer(void *eloop_ctx, void *timeout_ctx); 2688 eloop_register_timeout(SME_ASSOC_TIMEOUT, 0, sme_assoc_timer, wpa_s, in sme_associate() 2844 eloop_cancel_timeout(sme_assoc_timer, wpa_s, NULL); in sme_event_assoc_reject() 2969 static void sme_assoc_timer(void *eloop_ctx, void *timeout_ctx) in sme_assoc_timer() function 2983 eloop_cancel_timeout(sme_assoc_timer, wpa_s, NULL); in sme_state_changed() 3015 eloop_cancel_timeout(sme_assoc_timer, wpa_s, NULL); in sme_deinit()
|