Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c59 if (!sta->fils_pending_assoc_req) in hostapd_notify_assoc_fils_finish()
62 ieee802_11_parse_elems(sta->fils_pending_assoc_req, in hostapd_notify_assoc_fils_finish()
86 os_free(sta->fils_pending_assoc_req); in hostapd_notify_assoc_fils_finish()
87 sta->fils_pending_assoc_req = NULL; in hostapd_notify_assoc_fils_finish()
585 os_free(sta->fils_pending_assoc_req); in hostapd_notif_assoc()
586 sta->fils_pending_assoc_req = NULL; in hostapd_notif_assoc()
603 sta->fils_pending_assoc_req = req_tmp; in hostapd_notif_assoc()
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()
Dsta_info.h285 u8 *fils_pending_assoc_req; member
Dieee802_11.c5269 if (!sta->fils_pending_assoc_req) in fils_hlp_finish_assoc()
5273 sta->fils_pending_assoc_req, in fils_hlp_finish_assoc()
5275 os_free(sta->fils_pending_assoc_req); in fils_hlp_finish_assoc()
5276 sta->fils_pending_assoc_req = NULL; in fils_hlp_finish_assoc()
5655 sta->fils_pending_assoc_req) { in handle_assoc()
5668 os_free(sta->fils_pending_assoc_req); in handle_assoc()
5669 sta->fils_pending_assoc_req = NULL; in handle_assoc()
5675 sta->fils_pending_assoc_req = tmp; in handle_assoc()
Dsta_info.c378 os_free(sta->fils_pending_assoc_req); in ap_free_sta()