Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/wpa/src/ap/
HDhostapd.c4159 struct wpabuf *beacon_extra, *proberesp_extra, *assocresp_extra; in hostapd_build_beacon_data() local
4170 &assocresp_extra); in hostapd_build_beacon_data()
4215 if (assocresp_extra) { in hostapd_build_beacon_data()
4216 beacon->assocresp_ies = os_memdup(assocresp_extra->buf, in hostapd_build_beacon_data()
4217 wpabuf_len(assocresp_extra)); in hostapd_build_beacon_data()
4221 beacon->assocresp_ies_len = wpabuf_len(assocresp_extra); in hostapd_build_beacon_data()
4232 assocresp_extra); in hostapd_build_beacon_data()