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.c2175 os_free(beacon->proberesp_ies); in free_beacon_data()
2176 beacon->proberesp_ies = NULL; in free_beacon_data()
2237 beacon->proberesp_ies = in hostapd_build_beacon_data()
2239 if (!beacon->proberesp_ies) in hostapd_build_beacon_data()
2242 os_memcpy(beacon->proberesp_ies, proberesp_extra->buf, in hostapd_build_beacon_data()
Dbeacon.c979 params.proberesp_ies = proberesp; in ieee802_11_set_beacon()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h831 const struct wpabuf *proberesp_ies; member
1274 u8 *proberesp_ies; member
Ddriver_nl80211.c7507 if (params->proberesp_ies) { in wpa_driver_nl80211_set_ap()
7509 params->proberesp_ies); in wpa_driver_nl80211_set_ap()
7511 wpabuf_len(params->proberesp_ies), in wpa_driver_nl80211_set_ap()
7512 wpabuf_head(params->proberesp_ies)); in wpa_driver_nl80211_set_ap()
12228 if (settings->proberesp_ies) in set_beacon_data()
12230 settings->proberesp_ies_len, settings->proberesp_ies); in set_beacon_data()
Ddriver_atheros.c1908 params->proberesp_ies); in atheros_set_ap()
/external/wpa_supplicant_8/src/p2p/
Dp2p.h1437 struct wpabuf *proberesp_ies);
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c5489 struct wpabuf *proberesp_ies) in wpas_p2p_ie_update() argument
5496 wpabuf_free(proberesp_ies); in wpas_p2p_ie_update()
5504 hapd->p2p_probe_resp_ie = proberesp_ies; in wpas_p2p_ie_update()
5507 wpabuf_free(proberesp_ies); in wpas_p2p_ie_update()