Searched refs:fils_hlp_resp (Results 1 - 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | fils_hlp.c | 285 if (wpabuf_resize(&sta->fils_hlp_resp, wpabuf_len(resp) + in fils_dhcp_handler() 294 wpabuf_put_u8(sta->fils_hlp_resp, WLAN_EID_EXTENSION); /* Element ID */ in fils_dhcp_handler() 299 wpabuf_put_u8(sta->fils_hlp_resp, len); /* Length */ in fils_dhcp_handler() 301 wpabuf_put_u8(sta->fils_hlp_resp, WLAN_EID_EXT_FILS_HLP_CONTAINER); in fils_dhcp_handler() 305 wpabuf_put_data(sta->fils_hlp_resp, rpos, len - 1); in fils_dhcp_handler() 309 wpabuf_put_u8(sta->fils_hlp_resp, WLAN_EID_FRAGMENT); in fils_dhcp_handler() 311 wpabuf_put_u8(sta->fils_hlp_resp, len); in fils_dhcp_handler() 312 wpabuf_put_data(sta->fils_hlp_resp, rpos, len); in fils_dhcp_handler()
|
H A D | drv_callbacks.c | 83 sta->fils_hlp_resp); in hostapd_notify_assoc_fils_finish() 100 wpabuf_free(sta->fils_hlp_resp); in hostapd_notify_assoc_fils_finish() 101 sta->fils_hlp_resp = NULL; in hostapd_notify_assoc_fils_finish() 599 wpabuf_free(sta->fils_hlp_resp); in hostapd_notif_assoc() 600 sta->fils_hlp_resp = NULL; in hostapd_notif_assoc() 628 sta->fils_hlp_resp); in hostapd_notif_assoc()
|
H A D | sta_info.h | 292 struct wpabuf *fils_hlp_resp; member
|
H A D | wpa_auth.h | 519 struct wpabuf *fils_hlp_resp);
|
H A D | ieee802_11.c | 5057 if (sta && sta->fils_hlp_resp) in send_assoc_resp() 5058 buflen += wpabuf_len(sta->fils_hlp_resp); in send_assoc_resp() 5337 buflen, sta->fils_hlp_resp); in send_assoc_resp() 5436 wpabuf_free(sta->fils_hlp_resp); in fils_hlp_finish_assoc() 5437 sta->fils_hlp_resp = NULL; in fils_hlp_finish_assoc() 5829 wpabuf_free(sta->fils_hlp_resp); in handle_assoc() 5830 sta->fils_hlp_resp = NULL; in handle_assoc()
|
H A D | sta_info.c | 391 wpabuf_free(sta->fils_hlp_resp); in ap_free_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | fils_hlp.c | 285 if (wpabuf_resize(&sta->fils_hlp_resp, wpabuf_len(resp) + in fils_dhcp_handler() 294 wpabuf_put_u8(sta->fils_hlp_resp, WLAN_EID_EXTENSION); /* Element ID */ in fils_dhcp_handler() 299 wpabuf_put_u8(sta->fils_hlp_resp, len); /* Length */ in fils_dhcp_handler() 301 wpabuf_put_u8(sta->fils_hlp_resp, WLAN_EID_EXT_FILS_HLP_CONTAINER); in fils_dhcp_handler() 305 wpabuf_put_data(sta->fils_hlp_resp, rpos, len - 1); in fils_dhcp_handler() 309 wpabuf_put_u8(sta->fils_hlp_resp, WLAN_EID_FRAGMENT); in fils_dhcp_handler() 311 wpabuf_put_u8(sta->fils_hlp_resp, len); in fils_dhcp_handler() 312 wpabuf_put_data(sta->fils_hlp_resp, rpos, len); in fils_dhcp_handler()
|
H A D | drv_callbacks.c | 70 sta->fils_hlp_resp); in hostapd_notify_assoc_fils_finish() 87 wpabuf_free(sta->fils_hlp_resp); in hostapd_notify_assoc_fils_finish() 88 sta->fils_hlp_resp = NULL; in hostapd_notify_assoc_fils_finish() 522 wpabuf_free(sta->fils_hlp_resp); in hostapd_notif_assoc() 523 sta->fils_hlp_resp = NULL; in hostapd_notif_assoc() 551 sta->fils_hlp_resp); in hostapd_notif_assoc()
|
H A D | sta_info.h | 251 struct wpabuf *fils_hlp_resp; member
|
H A D | wpa_auth.h | 458 struct wpabuf *fils_hlp_resp);
|
H A D | ieee802_11.c | 3469 if (sta && sta->fils_hlp_resp) in send_assoc_resp() 3470 buflen += wpabuf_len(sta->fils_hlp_resp); in send_assoc_resp() 3728 buflen, sta->fils_hlp_resp); in send_assoc_resp() 3827 wpabuf_free(sta->fils_hlp_resp); in fils_hlp_finish_assoc() 3828 sta->fils_hlp_resp = NULL; in fils_hlp_finish_assoc() 4231 wpabuf_free(sta->fils_hlp_resp); in handle_assoc() 4232 sta->fils_hlp_resp = NULL; in handle_assoc()
|
H A D | sta_info.c | 352 wpabuf_free(sta->fils_hlp_resp); in ap_free_sta()
|
Completed in 27 milliseconds