Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dfils_hlp.c45 if (!sta->hlp_dhcp_discover) { in fils_dhcp_request()
53 pos = wpabuf_mhead(sta->hlp_dhcp_discover); in fils_dhcp_request()
54 end = pos + wpabuf_len(sta->hlp_dhcp_discover); in fils_dhcp_request()
91 sta->hlp_dhcp_discover->used = pos - (u8 *) dhcp; in fils_dhcp_request()
117 if (wpabuf_resize(&sta->hlp_dhcp_discover, in fils_dhcp_request()
121 wpabuf_put_data(sta->hlp_dhcp_discover, server_id, in fils_dhcp_request()
123 wpabuf_put_u8(sta->hlp_dhcp_discover, DHCP_OPT_REQUESTED_IP_ADDRESS); in fils_dhcp_request()
124 wpabuf_put_u8(sta->hlp_dhcp_discover, 4); in fils_dhcp_request()
125 wpabuf_put_data(sta->hlp_dhcp_discover, &dhcpoffer->your_ip, 4); in fils_dhcp_request()
126 wpabuf_put_u8(sta->hlp_dhcp_discover, DHCP_OPT_END); in fils_dhcp_request()
[all …]
Dsta_info.h262 struct wpabuf *hlp_dhcp_discover; member
Ddrv_callbacks.c91 wpabuf_free(sta->hlp_dhcp_discover); in hostapd_notify_assoc_fils_finish()
92 sta->hlp_dhcp_discover = NULL; in hostapd_notify_assoc_fils_finish()
Dsta_info.c384 wpabuf_free(sta->hlp_dhcp_discover); in ap_free_sta()
Dieee802_11.c4663 wpabuf_free(sta->hlp_dhcp_discover); in fils_hlp_finish_assoc()
4664 sta->hlp_dhcp_discover = NULL; in fils_hlp_finish_assoc()