Searched refs:fils_hlp_timeout (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.h | 177 void fils_hlp_timeout(void *eloop_ctx, void *eloop_data);
|
D | drv_callbacks.c | 58 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta); in hostapd_notify_assoc_fils_finish() 584 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta); in hostapd_notif_assoc() 612 fils_hlp_timeout, hapd, sta); in hostapd_notif_assoc()
|
D | fils_hlp.c | 584 eloop_is_timeout_registered(fils_hlp_timeout, hapd, sta)) { in fils_process_hlp()
|
D | ieee802_11.c | 5268 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta); in fils_hlp_finish_assoc() 5292 void fils_hlp_timeout(void *eloop_ctx, void *eloop_data) in fils_hlp_timeout() function 5654 eloop_is_timeout_registered(fils_hlp_timeout, hapd, sta) && in handle_assoc() 5667 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta); in handle_assoc() 5682 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta); in handle_assoc() 5684 fils_hlp_timeout, hapd, sta); in handle_assoc()
|
D | sta_info.c | 381 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta); in ap_free_sta()
|