Searched refs:fils_hlp_resp (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
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()
|
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() 509 wpabuf_free(sta->fils_hlp_resp); in hostapd_notif_assoc() 510 sta->fils_hlp_resp = NULL; in hostapd_notif_assoc() 538 sta->fils_hlp_resp); in hostapd_notif_assoc()
|
D | sta_info.h | 247 struct wpabuf *fils_hlp_resp; member
|
D | ieee802_11.c | 3330 if (sta && sta->fils_hlp_resp) in send_assoc_resp() 3331 buflen += wpabuf_len(sta->fils_hlp_resp); in send_assoc_resp() 3569 buflen, sta->fils_hlp_resp); in send_assoc_resp() 3662 wpabuf_free(sta->fils_hlp_resp); in fils_hlp_finish_assoc() 3663 sta->fils_hlp_resp = NULL; in fils_hlp_finish_assoc() 4066 wpabuf_free(sta->fils_hlp_resp); in handle_assoc() 4067 sta->fils_hlp_resp = NULL; in handle_assoc()
|
D | wpa_auth.h | 458 struct wpabuf *fils_hlp_resp);
|
D | sta_info.c | 351 wpabuf_free(sta->fils_hlp_resp); in ap_free_sta()
|