Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.c2753 os_free(beacon->proberesp_ies); in free_beacon_data()
2754 beacon->proberesp_ies = NULL; in free_beacon_data()
2815 beacon->proberesp_ies = in hostapd_build_beacon_data()
2817 if (!beacon->proberesp_ies) in hostapd_build_beacon_data()
2820 os_memcpy(beacon->proberesp_ies, proberesp_extra->buf, in hostapd_build_beacon_data()
Dbeacon.c1269 params.proberesp_ies = proberesp; in ieee802_11_set_beacon()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1007 const struct wpabuf *proberesp_ies; member
1603 u8 *proberesp_ies; member
Ddriver_nl80211.c3616 if (params->proberesp_ies) { in wpa_driver_nl80211_set_ap()
3618 params->proberesp_ies); in wpa_driver_nl80211_set_ap()
3620 wpabuf_len(params->proberesp_ies), in wpa_driver_nl80211_set_ap()
3621 wpabuf_head(params->proberesp_ies))) in wpa_driver_nl80211_set_ap()
7887 (settings->proberesp_ies && in set_beacon_data()
7889 settings->proberesp_ies_len, settings->proberesp_ies)) || in set_beacon_data()
Ddriver_atheros.c1820 params->proberesp_ies); in atheros_set_ap()
/external/wpa_supplicant_8/src/p2p/
Dp2p.h1743 struct wpabuf *proberesp_ies);
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c6263 struct wpabuf *proberesp_ies) in wpas_p2p_ie_update() argument
6270 wpabuf_free(proberesp_ies); in wpas_p2p_ie_update()
6278 hapd->p2p_probe_resp_ie = proberesp_ies; in wpas_p2p_ie_update()
6281 wpabuf_free(proberesp_ies); in wpas_p2p_ie_update()