Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.c3107 struct wpabuf *beacon_extra, *proberesp_extra, *assocresp_extra; in hostapd_build_beacon_data() local
3118 &assocresp_extra); in hostapd_build_beacon_data()
3163 if (assocresp_extra) { in hostapd_build_beacon_data()
3164 beacon->assocresp_ies = os_memdup(assocresp_extra->buf, in hostapd_build_beacon_data()
3165 wpabuf_len(assocresp_extra)); in hostapd_build_beacon_data()
3169 beacon->assocresp_ies_len = wpabuf_len(assocresp_extra); in hostapd_build_beacon_data()
3180 assocresp_extra); in hostapd_build_beacon_data()