Searched refs:proberesp_extra (Results 1 – 1 of 1) sorted by relevance
3107 struct wpabuf *beacon_extra, *proberesp_extra, *assocresp_extra; in hostapd_build_beacon_data() local3117 &proberesp_extra, in hostapd_build_beacon_data()3154 if (proberesp_extra) { in hostapd_build_beacon_data()3155 beacon->proberesp_ies = os_memdup(proberesp_extra->buf, in hostapd_build_beacon_data()3156 wpabuf_len(proberesp_extra)); in hostapd_build_beacon_data()3160 beacon->proberesp_ies_len = wpabuf_len(proberesp_extra); in hostapd_build_beacon_data()3179 hostapd_free_ap_extra_ies(hapd, beacon_extra, proberesp_extra, in hostapd_build_beacon_data()