Searched refs:sme_assoc_timer (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | sme.c | 38 static void sme_assoc_timer(void *eloop_ctx, void *timeout_ctx); 1793 eloop_register_timeout(SME_ASSOC_TIMEOUT, 0, sme_assoc_timer, wpa_s, in sme_associate() 1858 eloop_cancel_timeout(sme_assoc_timer, wpa_s, NULL); in sme_event_assoc_reject() 1939 static void sme_assoc_timer(void *eloop_ctx, void *timeout_ctx) in sme_assoc_timer() function 1953 eloop_cancel_timeout(sme_assoc_timer, wpa_s, NULL); in sme_state_changed() 2003 eloop_cancel_timeout(sme_assoc_timer, wpa_s, NULL); in sme_deinit()
|