Home
last modified time | relevance | path

Searched refs:fils_hlp_resp (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dfils_hlp.c285 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()
Ddrv_callbacks.c72 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()
Dsta_info.h291 struct wpabuf *fils_hlp_resp; member
Dwpa_auth.h519 struct wpabuf *fils_hlp_resp);
Dieee802_11.c4899 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()
Dsta_info.c379 wpabuf_free(sta->fils_hlp_resp); in ap_free_sta()