Home
last modified time | relevance | path

Searched refs:assocresp (Results 1 - 22 of 22) 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
90 if (add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
102 add_buf(&assocresp, hapd->iface->fst_ies) < 0) in hostapd_build_ap_extra_ies()
114 if (add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
148 add_buf(&assocresp, a); in hostapd_build_ap_extra_ies()
155 if (wpabuf_resize(&assocresp, 100) == 0) { in hostapd_build_ap_extra_ies()
157 start = wpabuf_put(assocresp, 0); in hostapd_build_ap_extra_ies()
159 wpabuf_put(assocresp, p - start); in hostapd_build_ap_extra_ies()
168 add_buf(&assocresp, a); in hostapd_build_ap_extra_ies()
191 add_buf_data(&assocresp, bu 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 Dap_drv_ops.h24 struct wpabuf **assocresp);
27 struct wpabuf *assocresp);
H A Dbeacon.c1786 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()
1810 params.assocresp_ies = assocresp; in __ieee802_11_set_beacon()
1857 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp); in __ieee802_11_set_beacon()
/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
87 if (add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
99 add_buf(&assocresp, hapd->iface->fst_ies) < 0) in hostapd_build_ap_extra_ies()
141 add_buf(&assocresp, a); in hostapd_build_ap_extra_ies()
148 if (wpabuf_resize(&assocresp, 100) == 0) { in hostapd_build_ap_extra_ies()
150 start = wpabuf_put(assocresp, 0); in hostapd_build_ap_extra_ies()
152 wpabuf_put(assocresp, p - start); in hostapd_build_ap_extra_ies()
161 add_buf(&assocresp, a); in hostapd_build_ap_extra_ies()
184 add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
198 add_buf(&assocresp, hap 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 Dap_drv_ops.h23 struct wpabuf **assocresp);
26 struct wpabuf *assocresp);
H A Dbeacon.c1403 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()
1422 params.assocresp_ies = assocresp; in ieee802_11_set_beacon()
1439 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp); in ieee802_11_set_beacon()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_android.c176 const struct wpabuf *assocresp) 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_atheros.c1042 const struct wpabuf *assocresp) in atheros_set_ap_wps_ie()
1049 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp", in atheros_set_ap_wps_ie()
1050 assocresp); in atheros_set_ap_wps_ie()
1056 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL, in atheros_set_ap_wps_ie()
1057 assocresp ? wpabuf_len(assocresp) : 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_nl80211.h291 const struct wpabuf *assocresp);
H A Dwpa_hal.c2053 int32_t WifiSetApWpsP2pIe(void *priv, const struct wpabuf *beacon, const struct wpabuf *probresp, const struct wpabuf *assocresp) in WifiSetApWpsP2pIe() argument
2060 WifiCmd cmdAddr[4] = {{0x1, beacon}, {0x2, probresp}, {0x4, assocresp}, {-1, NULL}}; in WifiSetApWpsP2pIe()
H A Ddriver_hostap.c763 const struct wpabuf *assocresp) 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.h3133 * @assocresp: WPS IE(s) for (Re)Association Response frames or %NULL
3141 * of (Re)Association frame processing, the assocresp buffer includes
3157 const struct wpabuf *assocresp);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_android.c176 const struct wpabuf *assocresp) 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_atheros.c1036 const struct wpabuf *assocresp) in atheros_set_ap_wps_ie()
1043 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp", in atheros_set_ap_wps_ie()
1044 assocresp); in atheros_set_ap_wps_ie()
1050 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL, in atheros_set_ap_wps_ie()
1051 assocresp ? wpabuf_len(assocresp) : 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_nl80211.h354 const struct wpabuf *assocresp);
H A Dwpa_hal.c2059 int32_t WifiSetApWpsP2pIe(void *priv, const struct wpabuf *beacon, const struct wpabuf *probresp, const struct wpabuf *assocresp) in WifiSetApWpsP2pIe() argument
2066 WifiCmd cmdAddr[4] = {{0x1, beacon}, {0x2, probresp}, {0x4, assocresp}, {-1, NULL}}; in WifiSetApWpsP2pIe()
H A Ddriver_hostap.c767 const struct wpabuf *assocresp) 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.h3551 * @assocresp: WPS IE(s) for (Re)Association Response frames or %NULL
3559 * of (Re)Association frame processing, the assocresp buffer includes
3575 const struct wpabuf *assocresp);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.c339 const struct wpabuf *assocresp) in wpa_driver_set_ap_wps_p2p_ie()
355 {0x4, assocresp}, 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.c325 const struct wpabuf *assocresp) in wpa_driver_set_ap_wps_p2p_ie()
341 {0x4, assocresp}, 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.h525 const struct wpabuf *assocresp) 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.h594 const struct wpabuf *assocresp) 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 46 milliseconds