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.c2933 struct wpabuf *beacon_extra, *proberesp_extra, *assocresp_extra; in hostapd_build_beacon_data() local
2943 &proberesp_extra, in hostapd_build_beacon_data()
2984 if (proberesp_extra) { in hostapd_build_beacon_data()
2986 os_malloc(wpabuf_len(proberesp_extra)); in hostapd_build_beacon_data()
2990 os_memcpy(beacon->proberesp_ies, proberesp_extra->buf, in hostapd_build_beacon_data()
2991 wpabuf_len(proberesp_extra)); in hostapd_build_beacon_data()
2992 beacon->proberesp_ies_len = wpabuf_len(proberesp_extra); in hostapd_build_beacon_data()
3013 hostapd_free_ap_extra_ies(hapd, beacon_extra, proberesp_extra, in hostapd_build_beacon_data()