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 | 72 sta->fils_hlp_resp); in hostapd_notify_assoc_fils_finish() 89 wpabuf_free(sta->fils_hlp_resp); in hostapd_notify_assoc_fils_finish() 90 sta->fils_hlp_resp = NULL; in hostapd_notify_assoc_fils_finish() 588 wpabuf_free(sta->fils_hlp_resp); in hostapd_notif_assoc() 589 sta->fils_hlp_resp = NULL; in hostapd_notif_assoc() 617 sta->fils_hlp_resp); in hostapd_notif_assoc()
|
D | sta_info.h | 291 struct wpabuf *fils_hlp_resp; member
|
D | wpa_auth.h | 519 struct wpabuf *fils_hlp_resp);
|
D | ieee802_11.c | 4899 if (sta && sta->fils_hlp_resp) in send_assoc_resp() 4900 buflen += wpabuf_len(sta->fils_hlp_resp); in send_assoc_resp() 5179 buflen, sta->fils_hlp_resp); in send_assoc_resp() 5278 wpabuf_free(sta->fils_hlp_resp); in fils_hlp_finish_assoc() 5279 sta->fils_hlp_resp = NULL; in fils_hlp_finish_assoc() 5671 wpabuf_free(sta->fils_hlp_resp); in handle_assoc() 5672 sta->fils_hlp_resp = NULL; in handle_assoc()
|
D | sta_info.c | 379 wpabuf_free(sta->fils_hlp_resp); in ap_free_sta()
|