Searched refs:assocresp (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/wpa/src/ap/ |
| HD | ap_drv_ops.c | 72 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; in hostapd_build_ap_extra_ies() local 87 if (add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies() 99 add_buf(&assocresp, hapd->iface->fst_ies) < 0) in hostapd_build_ap_extra_ies() 141 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() 184 add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies() 198 add_buf(&assocresp, hapd->conf->assocresp_elements); in hostapd_build_ap_extra_ies() [all …]
|
| HD | ap_drv_ops.h | 23 struct wpabuf **assocresp); 26 struct wpabuf *assocresp);
|
| HD | beacon.c | 1403 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()
|
| /freebsd-11-stable/contrib/wpa/src/drivers/ |
| HD | driver_nl80211_android.c | 176 const struct wpabuf *assocresp) in wpa_driver_set_ap_wps_p2p_ie() argument
|
| HD | driver_atheros.c | 1042 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()
|
| HD | driver_nl80211.h | 290 const struct wpabuf *assocresp);
|
| HD | driver_hostap.c | 763 const struct wpabuf *assocresp) in hostap_set_ap_wps_ie() argument
|
| HD | driver.h | 3134 const struct wpabuf *assocresp);
|
| /freebsd-11-stable/contrib/wpa/wpa_supplicant/ |
| HD | driver_i.h | 525 const struct wpabuf *assocresp) in wpa_drv_set_ap_wps_ie() argument 530 proberesp, assocresp); in wpa_drv_set_ap_wps_ie()
|