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.c3315 struct wpabuf *beacon_extra, *proberesp_extra, *assocresp_extra; in hostapd_build_beacon_data() local
3326 &assocresp_extra); in hostapd_build_beacon_data()
3371 if (assocresp_extra) { in hostapd_build_beacon_data()
3372 beacon->assocresp_ies = os_memdup(assocresp_extra->buf, in hostapd_build_beacon_data()
3373 wpabuf_len(assocresp_extra)); in hostapd_build_beacon_data()
3377 beacon->assocresp_ies_len = wpabuf_len(assocresp_extra); in hostapd_build_beacon_data()
3388 assocresp_extra); in hostapd_build_beacon_data()