Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dfils_hlp.c233 if (!sta || !sta->fils_pending_assoc_req) { in fils_dhcp_handler()
583 if (sta->fils_pending_assoc_req && in fils_process_hlp()
Ddrv_callbacks.c61 if (!sta->fils_pending_assoc_req) in hostapd_notify_assoc_fils_finish()
64 if (ieee802_11_parse_elems(sta->fils_pending_assoc_req, in hostapd_notify_assoc_fils_finish()
91 os_free(sta->fils_pending_assoc_req); in hostapd_notify_assoc_fils_finish()
92 sta->fils_pending_assoc_req = NULL; in hostapd_notify_assoc_fils_finish()
745 os_free(sta->fils_pending_assoc_req); in hostapd_notif_assoc()
746 sta->fils_pending_assoc_req = NULL; in hostapd_notif_assoc()
763 sta->fils_pending_assoc_req = req_tmp; in hostapd_notif_assoc()
Dsta_info.h283 u8 *fils_pending_assoc_req; member
Dieee802_11.c5249 if (!sta->fils_pending_assoc_req) in fils_hlp_finish_assoc()
5253 sta->fils_pending_assoc_req, in fils_hlp_finish_assoc()
5256 os_free(sta->fils_pending_assoc_req); in fils_hlp_finish_assoc()
5257 sta->fils_pending_assoc_req = NULL; in fils_hlp_finish_assoc()
5717 sta->fils_pending_assoc_req) { in handle_assoc()
5730 os_free(sta->fils_pending_assoc_req); in handle_assoc()
5731 sta->fils_pending_assoc_req = NULL; in handle_assoc()
5737 sta->fils_pending_assoc_req = tmp; in handle_assoc()
Dsta_info.c439 os_free(sta->fils_pending_assoc_req); in ap_free_sta()