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.c2461 struct wpabuf *beacon_extra, *proberesp_extra, *assocresp_extra; in hostapd_build_beacon_data() local
2471 &proberesp_extra, in hostapd_build_beacon_data()
2512 if (proberesp_extra) { in hostapd_build_beacon_data()
2514 os_malloc(wpabuf_len(proberesp_extra)); in hostapd_build_beacon_data()
2518 os_memcpy(beacon->proberesp_ies, proberesp_extra->buf, in hostapd_build_beacon_data()
2519 wpabuf_len(proberesp_extra)); in hostapd_build_beacon_data()
2520 beacon->proberesp_ies_len = wpabuf_len(proberesp_extra); in hostapd_build_beacon_data()
2541 hostapd_free_ap_extra_ies(hapd, beacon_extra, proberesp_extra, in hostapd_build_beacon_data()