Home
last modified time | relevance | path

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

/src/contrib/wpa/src/ap/
H A Dhostapd.c4159 struct wpabuf *beacon_extra, *proberesp_extra, *assocresp_extra; in hostapd_build_beacon_data() local
4169 &proberesp_extra, in hostapd_build_beacon_data()
4206 if (proberesp_extra) { in hostapd_build_beacon_data()
4207 beacon->proberesp_ies = os_memdup(proberesp_extra->buf, in hostapd_build_beacon_data()
4208 wpabuf_len(proberesp_extra)); in hostapd_build_beacon_data()
4212 beacon->proberesp_ies_len = wpabuf_len(proberesp_extra); in hostapd_build_beacon_data()
4231 hostapd_free_ap_extra_ies(hapd, beacon_extra, proberesp_extra, in hostapd_build_beacon_data()