Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A Dap_drv_ops.c141 add_buf(&assocresp, a); in hostapd_build_ap_extra_ies()
148 if (wpabuf_resize(&assocresp, 100) == 0) { in hostapd_build_ap_extra_ies()
150 start = wpabuf_put(assocresp, 0); in hostapd_build_ap_extra_ies()
152 wpabuf_put(assocresp, p - start); in hostapd_build_ap_extra_ies()
161 add_buf(&assocresp, a); in hostapd_build_ap_extra_ies()
202 *assocresp_ret = assocresp; in hostapd_build_ap_extra_ies()
209 wpabuf_free(assocresp); in hostapd_build_ap_extra_ies()
217 struct wpabuf *assocresp) in hostapd_free_ap_extra_ies() argument
221 wpabuf_free(assocresp); in hostapd_free_ap_extra_ies()
236 struct wpabuf *beacon, *proberesp, *assocresp; in hostapd_set_ap_wps_ie() local
[all …]
H A Dap_drv_ops.h23 struct wpabuf **assocresp);
26 struct wpabuf *assocresp);
H A Dbeacon.c1403 struct wpabuf *beacon, *proberesp, *assocresp; in ieee802_11_set_beacon() local
1416 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) < in ieee802_11_set_beacon()
1422 params.assocresp_ies = assocresp; in ieee802_11_set_beacon()
1439 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp); in ieee802_11_set_beacon()
/netbsd/external/bsd/wpa/dist/src/drivers/
H A Ddriver_nl80211_android.c176 const struct wpabuf *assocresp) in wpa_driver_set_ap_wps_p2p_ie() argument
H A Ddriver_atheros.c1042 const struct wpabuf *assocresp) in atheros_set_ap_wps_ie() argument
1050 assocresp); in atheros_set_ap_wps_ie()
1056 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL, in atheros_set_ap_wps_ie()
1057 assocresp ? wpabuf_len(assocresp) : 0, in atheros_set_ap_wps_ie()
H A Ddriver_nl80211.h290 const struct wpabuf *assocresp);
H A Ddriver_hostap.c763 const struct wpabuf *assocresp) in hostap_set_ap_wps_ie() argument
H A Ddriver.h3134 const struct wpabuf *assocresp);
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Ddriver_i.h525 const struct wpabuf *assocresp) in wpa_drv_set_ap_wps_ie() argument
530 proberesp, assocresp); in wpa_drv_set_ap_wps_ie()