Searched refs:assocresp (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_drv_ops.c | 73 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 D | ap_drv_ops.h | 23 struct wpabuf **assocresp); 26 struct wpabuf *assocresp);
|
H A D | beacon.c | 2564 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 D | driver_nl80211_android.c | 176 const struct wpabuf *assocresp) in wpa_driver_set_ap_wps_p2p_ie() argument
|
H A D | driver_atheros.c | 1037 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 D | driver_nl80211.h | 392 const struct wpabuf *assocresp);
|
H A D | driver_hostap.c | 767 const struct wpabuf *assocresp) in hostap_set_ap_wps_ie() argument
|
H A D | driver.h | 3967 const struct wpabuf *assocresp);
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | driver_i.h | 544 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 D | grammar.y.in | 162 { IEEE80211_FC0_SUBTYPE_ASSOC_RESP, "assocresp" },
|