Home
last modified time | relevance | path

Searched refs:assocresp (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c73 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; in hostapd_build_ap_extra_ies() local
88 if (add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
100 add_buf(&assocresp, hapd->iface->fst_ies) < 0) in hostapd_build_ap_extra_ies()
112 if (add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
146 add_buf(&assocresp, a); in hostapd_build_ap_extra_ies()
153 if (wpabuf_resize(&assocresp, 100) == 0) { in hostapd_build_ap_extra_ies()
155 start = wpabuf_put(assocresp, 0); in hostapd_build_ap_extra_ies()
157 wpabuf_put(assocresp, p - start); in hostapd_build_ap_extra_ies()
166 add_buf(&assocresp, a); in hostapd_build_ap_extra_ies()
189 add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
[all …]
Dap_drv_ops.h23 struct wpabuf **assocresp);
26 struct wpabuf *assocresp);
Dbeacon.c1753 struct wpabuf *beacon, *proberesp, *assocresp; in ieee802_11_set_beacon() local
1766 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) < in ieee802_11_set_beacon()
1772 params.assocresp_ies = assocresp; in ieee802_11_set_beacon()
1819 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp); in ieee802_11_set_beacon()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_android.c176 const struct wpabuf *assocresp) in wpa_driver_set_ap_wps_p2p_ie() argument
Ddriver_atheros.c1036 const struct wpabuf *assocresp) in atheros_set_ap_wps_ie() argument
1044 assocresp); in atheros_set_ap_wps_ie()
1050 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL, in atheros_set_ap_wps_ie()
1051 assocresp ? wpabuf_len(assocresp) : 0, in atheros_set_ap_wps_ie()
Ddriver_nl80211.h316 const struct wpabuf *assocresp);
Ddriver_hostap.c767 const struct wpabuf *assocresp) in hostap_set_ap_wps_ie() argument
Ddriver.h3430 const struct wpabuf *assocresp);
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h546 const struct wpabuf *assocresp) in wpa_drv_set_ap_wps_ie() argument
551 proberesp, assocresp); in wpa_drv_set_ap_wps_ie()
/external/libpcap/
Dgrammar.y.in153 { IEEE80211_FC0_SUBTYPE_ASSOC_RESP, "assocresp" },