Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDap_drv_ops.c45 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; in hostapd_build_ap_extra_ies() local
67 if (wpabuf_resize(&assocresp, pos - buf) != 0) in hostapd_build_ap_extra_ies()
69 wpabuf_put_data(assocresp, buf, pos - buf); in hostapd_build_ap_extra_ies()
94 if (wpabuf_resize(&assocresp, add) < 0) in hostapd_build_ap_extra_ies()
96 wpabuf_put_buf(assocresp, hapd->iface->fst_ies); in hostapd_build_ap_extra_ies()
151 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0) in hostapd_build_ap_extra_ies()
152 wpabuf_put_buf(assocresp, a); in hostapd_build_ap_extra_ies()
159 if (wpabuf_resize(&assocresp, 100) == 0) { in hostapd_build_ap_extra_ies()
161 start = wpabuf_put(assocresp, 0); in hostapd_build_ap_extra_ies()
163 wpabuf_put(assocresp, p - start); in hostapd_build_ap_extra_ies()
[all …]
HDap_drv_ops.h23 struct wpabuf **assocresp);
26 struct wpabuf *assocresp);
HDbeacon.c1177 struct wpabuf *beacon, *proberesp, *assocresp; in ieee802_11_set_beacon() local
1190 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) < in ieee802_11_set_beacon()
1196 params.assocresp_ies = assocresp; in ieee802_11_set_beacon()
1212 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp); in ieee802_11_set_beacon()
/NextBSD/contrib/wpa/src/drivers/
HDdriver_nl80211_android.c176 const struct wpabuf *assocresp) in wpa_driver_set_ap_wps_p2p_ie() argument
HDdriver_nl80211.h250 const struct wpabuf *assocresp);
HDdriver.h2510 const struct wpabuf *assocresp);
/NextBSD/contrib/wpa/wpa_supplicant/
HDdriver_i.h500 const struct wpabuf *assocresp) in wpa_drv_set_ap_wps_ie() argument
505 proberesp, assocresp); in wpa_drv_set_ap_wps_ie()