Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dhostapd.c4144 struct wpabuf *beacon_extra, *proberesp_extra, *assocresp_extra; in hostapd_build_beacon_data() local
4155 &assocresp_extra); in hostapd_build_beacon_data()
4200 if (assocresp_extra) { in hostapd_build_beacon_data()
4201 beacon->assocresp_ies = os_memdup(assocresp_extra->buf, in hostapd_build_beacon_data()
4202 wpabuf_len(assocresp_extra)); in hostapd_build_beacon_data()
4206 beacon->assocresp_ies_len = wpabuf_len(assocresp_extra); in hostapd_build_beacon_data()
4217 assocresp_extra); in hostapd_build_beacon_data()