Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c73 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; in hostapd_build_ap_extra_ies() local
81 if (add_buf_data(&assocresp, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
96 if (add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
108 add_buf(&assocresp, hapd->iface->fst_ies) < 0) in hostapd_build_ap_extra_ies()
120 if (add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
154 add_buf(&assocresp, a); in hostapd_build_ap_extra_ies()
161 if (wpabuf_resize(&assocresp, 100) == 0) { in hostapd_build_ap_extra_ies()
163 start = wpabuf_put(assocresp, 0); in hostapd_build_ap_extra_ies()
165 wpabuf_put(assocresp, p - start); in hostapd_build_ap_extra_ies()
174 add_buf(&assocresp, a); in hostapd_build_ap_extra_ies()
[all …]
H A Dap_drv_ops.h23 struct wpabuf **assocresp);
26 struct wpabuf *assocresp);
H A Dbeacon.c2564 struct wpabuf *beacon, *proberesp, *assocresp; in __ieee802_11_set_beacon() local
2584 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) < in __ieee802_11_set_beacon()
2590 params.assocresp_ies = assocresp; in __ieee802_11_set_beacon()
2665 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp); in __ieee802_11_set_beacon()
/freebsd/contrib/wpa/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.c1037 const struct wpabuf *assocresp) in atheros_set_ap_wps_ie() argument
1045 assocresp); in atheros_set_ap_wps_ie()
1051 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL, in atheros_set_ap_wps_ie()
1052 assocresp ? wpabuf_len(assocresp) : 0, in atheros_set_ap_wps_ie()
H A Ddriver_nl80211.h392 const struct wpabuf *assocresp);
H A Ddriver_hostap.c767 const struct wpabuf *assocresp) in hostap_set_ap_wps_ie() argument
H A Ddriver.h3967 const struct wpabuf *assocresp);
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h544 const struct wpabuf *assocresp) in wpa_drv_set_ap_wps_ie() argument
549 proberesp, assocresp); in wpa_drv_set_ap_wps_ie()
/freebsd/contrib/libpcap/
H A Dgrammar.y.in162 { IEEE80211_FC0_SUBTYPE_ASSOC_RESP, "assocresp" },