Searched refs:assocresp_extra (Results 1 – 1 of 1) sorted by relevance
2461 struct wpabuf *beacon_extra, *proberesp_extra, *assocresp_extra; in hostapd_build_beacon_data() local2472 &assocresp_extra); in hostapd_build_beacon_data()2523 if (assocresp_extra) { in hostapd_build_beacon_data()2525 os_malloc(wpabuf_len(assocresp_extra)); in hostapd_build_beacon_data()2529 os_memcpy(beacon->assocresp_ies, assocresp_extra->buf, in hostapd_build_beacon_data()2530 wpabuf_len(assocresp_extra)); in hostapd_build_beacon_data()2531 beacon->assocresp_ies_len = wpabuf_len(assocresp_extra); in hostapd_build_beacon_data()2542 assocresp_extra); in hostapd_build_beacon_data()