Searched refs:sme_assoc_timer (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | sme.c | 36 static void sme_assoc_timer(void *eloop_ctx, void *timeout_ctx); 1026 eloop_register_timeout(SME_ASSOC_TIMEOUT, 0, sme_assoc_timer, wpa_s, in sme_associate() 1084 eloop_cancel_timeout(sme_assoc_timer, wpa_s, NULL); in sme_event_assoc_reject() 1165 static void sme_assoc_timer(void *eloop_ctx, void *timeout_ctx) in sme_assoc_timer() function 1179 eloop_cancel_timeout(sme_assoc_timer, wpa_s, NULL); in sme_state_changed() 1232 eloop_cancel_timeout(sme_assoc_timer, wpa_s, NULL); in sme_deinit()
|