Home
last modified time | relevance | path

Searched refs:proberesp (Results 1 - 24 of 24) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_drv_ops.c75 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; in hostapd_build_ap_extra_ies() local
85 if (add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
96 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
101 add_buf(&proberesp, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies()
109 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
118 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0) in hostapd_build_ap_extra_ies()
123 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0) in hostapd_build_ap_extra_ies()
136 if (wpabuf_resize(&proberesp, 100) == 0) { in hostapd_build_ap_extra_ies()
138 start = wpabuf_put(proberesp, 0); in hostapd_build_ap_extra_ies()
140 wpabuf_put(proberesp, in hostapd_build_ap_extra_ies()
220 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) hostapd_free_ap_extra_ies() argument
242 struct wpabuf *beacon, *proberesp, *assocresp; hostapd_set_ap_wps_ie() local
[all...]
H A Dbeacon.c1670 params->proberesp = resp; in ieee802_11_build_ap_params()
1766 os_free(params->proberesp); in ieee802_11_free_ap_params()
1767 params->proberesp = NULL; in ieee802_11_free_ap_params()
1786 struct wpabuf *beacon, *proberesp, *assocresp; in __ieee802_11_set_beacon() local
1804 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) < in __ieee802_11_set_beacon()
1809 params.proberesp_ies = proberesp; in __ieee802_11_set_beacon()
1857 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp); in __ieee802_11_set_beacon()
H A Dap_drv_ops.h23 struct wpabuf **proberesp,
26 struct wpabuf *proberesp,
H A Dhostapd.c3441 if (params.proberesp != NULL) { in hostapd_build_beacon_data()
3442 beacon->probe_resp = os_memdup(params.proberesp, in hostapd_build_beacon_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_drv_ops.c72 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; in hostapd_build_ap_extra_ies() local
82 if (add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
93 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
98 add_buf(&proberesp, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies()
106 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
111 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0) in hostapd_build_ap_extra_ies()
116 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0) in hostapd_build_ap_extra_ies()
129 if (wpabuf_resize(&proberesp, 100) == 0) { in hostapd_build_ap_extra_ies()
131 start = wpabuf_put(proberesp, 0); in hostapd_build_ap_extra_ies()
133 wpabuf_put(proberesp, in hostapd_build_ap_extra_ies()
214 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) hostapd_free_ap_extra_ies() argument
236 struct wpabuf *beacon, *proberesp, *assocresp; hostapd_set_ap_wps_ie() local
[all...]
H A Dbeacon.c1297 params->proberesp = resp; in ieee802_11_build_ap_params()
1391 os_free(params->proberesp); in ieee802_11_free_ap_params()
1392 params->proberesp = NULL; in ieee802_11_free_ap_params()
1403 struct wpabuf *beacon, *proberesp, *assocresp; in ieee802_11_set_beacon() local
1416 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) < in ieee802_11_set_beacon()
1421 params.proberesp_ies = proberesp; in ieee802_11_set_beacon()
1439 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp); in ieee802_11_set_beacon()
H A Dap_drv_ops.h22 struct wpabuf **proberesp,
25 struct wpabuf *proberesp,
H A Dhostapd.c3220 if (params.proberesp != NULL) { in hostapd_build_beacon_data()
3221 beacon->probe_resp = os_memdup(params.proberesp, in hostapd_build_beacon_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c1041 const struct wpabuf *proberesp, in atheros_set_ap_wps_ie()
1047 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp", in atheros_set_ap_wps_ie()
1048 proberesp); in atheros_set_ap_wps_ie()
1054 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL; in atheros_set_ap_wps_ie()
1064 proberesp ? wpabuf_head(proberesp) : NULL, in atheros_set_ap_wps_ie()
1065 proberesp ? wpabuf_len(proberesp): 0, in atheros_set_ap_wps_ie()
1040 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) atheros_set_ap_wps_ie() argument
H A Ddriver_hostap.c762 const struct wpabuf *proberesp, in hostap_set_ap_wps_ie()
776 if (proberesp) { in hostap_set_ap_wps_ie()
777 drv->wps_ie = os_memdup(wpabuf_head(proberesp), in hostap_set_ap_wps_ie()
778 wpabuf_len(proberesp)); in hostap_set_ap_wps_ie()
781 drv->wps_ie_len = wpabuf_len(proberesp); in hostap_set_ap_wps_ie()
761 hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) hostap_set_ap_wps_ie() argument
H A Ddriver_nl80211_android.c175 const struct wpabuf *proberesp, in wpa_driver_set_ap_wps_p2p_ie()
174 wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) wpa_driver_set_ap_wps_p2p_ie() argument
H A Ddriver_nl80211.h290 const struct wpabuf *proberesp,
H A Ddriver.h1232 * proberesp - Probe Response template
1237 u8 *proberesp; member
1240 * proberesp_len - Length of the proberesp buffer in octets
3131 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
3156 const struct wpabuf *proberesp,
H A Ddriver_nl80211.c4096 if (params->proberesp && params->proberesp_len) { in wpa_driver_nl80211_set_ap()
4097 wpa_hexdump(MSG_DEBUG, "nl80211: proberesp (offload)", in wpa_driver_nl80211_set_ap()
4098 params->proberesp, params->proberesp_len); in wpa_driver_nl80211_set_ap()
4100 params->proberesp)) in wpa_driver_nl80211_set_ap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c1035 const struct wpabuf *proberesp, in atheros_set_ap_wps_ie()
1041 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp", in atheros_set_ap_wps_ie()
1042 proberesp); in atheros_set_ap_wps_ie()
1048 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL; in atheros_set_ap_wps_ie()
1058 proberesp ? wpabuf_head(proberesp) : NULL, in atheros_set_ap_wps_ie()
1059 proberesp ? wpabuf_len(proberesp): 0, in atheros_set_ap_wps_ie()
1034 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) atheros_set_ap_wps_ie() argument
H A Ddriver_hostap.c766 const struct wpabuf *proberesp, in hostap_set_ap_wps_ie()
780 if (proberesp) { in hostap_set_ap_wps_ie()
781 drv->wps_ie = os_memdup(wpabuf_head(proberesp), in hostap_set_ap_wps_ie()
782 wpabuf_len(proberesp)); in hostap_set_ap_wps_ie()
785 drv->wps_ie_len = wpabuf_len(proberesp); in hostap_set_ap_wps_ie()
765 hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) hostap_set_ap_wps_ie() argument
H A Ddriver_nl80211_android.c175 const struct wpabuf *proberesp, in wpa_driver_set_ap_wps_p2p_ie()
174 wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) wpa_driver_set_ap_wps_p2p_ie() argument
H A Ddriver_nl80211.h353 const struct wpabuf *proberesp,
H A Ddriver.h1360 * proberesp - Probe Response template
1365 u8 *proberesp; member
1368 * proberesp_len - Length of the proberesp buffer in octets
3549 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
3574 const struct wpabuf *proberesp,
H A Ddriver_nl80211.c4827 if (params->proberesp && params->proberesp_len) { in wpa_driver_nl80211_set_ap()
4828 wpa_hexdump(MSG_DEBUG, "nl80211: proberesp (offload)", in wpa_driver_nl80211_set_ap()
4829 params->proberesp, params->proberesp_len); in wpa_driver_nl80211_set_ap()
4831 params->proberesp)) in wpa_driver_nl80211_set_ap()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.c338 const struct wpabuf *proberesp, in wpa_driver_set_ap_wps_p2p_ie()
354 {0x2, proberesp}, in wpa_driver_set_ap_wps_p2p_ie()
336 wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) wpa_driver_set_ap_wps_p2p_ie() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.c324 const struct wpabuf *proberesp, in wpa_driver_set_ap_wps_p2p_ie()
340 {0x2, proberesp}, in wpa_driver_set_ap_wps_p2p_ie()
322 wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) wpa_driver_set_ap_wps_p2p_ie() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddriver_i.h524 const struct wpabuf *proberesp, in wpa_drv_set_ap_wps_ie()
530 proberesp, assocresp); in wpa_drv_set_ap_wps_ie()
522 wpa_drv_set_ap_wps_ie(struct wpa_supplicant *wpa_s, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) wpa_drv_set_ap_wps_ie() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddriver_i.h593 const struct wpabuf *proberesp, in wpa_drv_set_ap_wps_ie()
599 proberesp, assocresp); in wpa_drv_set_ap_wps_ie()
591 wpa_drv_set_ap_wps_ie(struct wpa_supplicant *wpa_s, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) wpa_drv_set_ap_wps_ie() argument

Completed in 76 milliseconds