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.c2451 os_free(beacon->proberesp_ies); in free_beacon_data()
2452 beacon->proberesp_ies = NULL; in free_beacon_data()
2513 beacon->proberesp_ies = in hostapd_build_beacon_data()
2515 if (!beacon->proberesp_ies) in hostapd_build_beacon_data()
2518 os_memcpy(beacon->proberesp_ies, proberesp_extra->buf, in hostapd_build_beacon_data()
Dbeacon.c1059 params.proberesp_ies = proberesp; in ieee802_11_set_beacon()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h960 const struct wpabuf *proberesp_ies; member
1511 u8 *proberesp_ies; member
Ddriver_nl80211.c3463 if (params->proberesp_ies) { in wpa_driver_nl80211_set_ap()
3465 params->proberesp_ies); in wpa_driver_nl80211_set_ap()
3467 wpabuf_len(params->proberesp_ies), in wpa_driver_nl80211_set_ap()
3468 wpabuf_head(params->proberesp_ies))) in wpa_driver_nl80211_set_ap()
7516 (settings->proberesp_ies && in set_beacon_data()
7518 settings->proberesp_ies_len, settings->proberesp_ies)) || in set_beacon_data()
Ddriver_atheros.c1812 params->proberesp_ies); in atheros_set_ap()
/external/wpa_supplicant_8/src/p2p/
Dp2p.h1649 struct wpabuf *proberesp_ies);
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c5619 struct wpabuf *proberesp_ies) in wpas_p2p_ie_update() argument
5626 wpabuf_free(proberesp_ies); in wpas_p2p_ie_update()
5634 hapd->p2p_probe_resp_ie = proberesp_ies; in wpas_p2p_ie_update()
5637 wpabuf_free(proberesp_ies); in wpas_p2p_ie_update()