Searched refs:assocresp (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/wpa/src/ap/ |
| HD | ap_drv_ops.c | 45 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 …]
|
| HD | ap_drv_ops.h | 23 struct wpabuf **assocresp); 26 struct wpabuf *assocresp);
|
| HD | beacon.c | 1177 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/ |
| HD | driver_nl80211_android.c | 176 const struct wpabuf *assocresp) in wpa_driver_set_ap_wps_p2p_ie() argument
|
| HD | driver_nl80211.h | 250 const struct wpabuf *assocresp);
|
| HD | driver.h | 2510 const struct wpabuf *assocresp);
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | driver_i.h | 500 const struct wpabuf *assocresp) in wpa_drv_set_ap_wps_ie() argument 505 proberesp, assocresp); in wpa_drv_set_ap_wps_ie()
|