Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.c3315 struct wpabuf *beacon_extra, *proberesp_extra, *assocresp_extra; in hostapd_build_beacon_data() local
3325 &proberesp_extra, in hostapd_build_beacon_data()
3362 if (proberesp_extra) { in hostapd_build_beacon_data()
3363 beacon->proberesp_ies = os_memdup(proberesp_extra->buf, in hostapd_build_beacon_data()
3364 wpabuf_len(proberesp_extra)); in hostapd_build_beacon_data()
3368 beacon->proberesp_ies_len = wpabuf_len(proberesp_extra); in hostapd_build_beacon_data()
3387 hostapd_free_ap_extra_ies(hapd, beacon_extra, proberesp_extra, in hostapd_build_beacon_data()