Searched defs:proberesp (Results 1 - 19 of 19) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_android.c175 const struct wpabuf *proberesp,
174 wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_hostap.c756 const struct wpabuf *proberesp,
770 if (proberesp) {
771 drv->wps_ie = os_malloc(wpabuf_len(proberesp));
774 os_memcpy(drv->wps_ie, wpabuf_head(proberesp),
775 wpabuf_len(proberesp));
776 drv->wps_ie_len = wpabuf_len(proberesp);
755 hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_atheros.c1006 const struct wpabuf *proberesp,
1012 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1013 proberesp);
1019 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
1029 proberesp ? wpabuf_head(proberesp) : NULL,
1030 proberesp ? wpabuf_len(proberesp): 0,
1005 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h1079 * proberesp - Probe Response template
1084 u8 *proberesp; member in struct:wpa_driver_ap_params
1087 * proberesp_len - Length of the proberesp buffer in octets
2778 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
2803 const struct wpabuf *proberesp,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_android.c175 const struct wpabuf *proberesp,
174 wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_hostap.c756 const struct wpabuf *proberesp,
770 if (proberesp) {
771 drv->wps_ie = os_malloc(wpabuf_len(proberesp));
774 os_memcpy(drv->wps_ie, wpabuf_head(proberesp),
775 wpabuf_len(proberesp));
776 drv->wps_ie_len = wpabuf_len(proberesp);
755 hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_atheros.c1006 const struct wpabuf *proberesp,
1012 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1013 proberesp);
1019 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
1029 proberesp ? wpabuf_head(proberesp) : NULL,
1030 proberesp ? wpabuf_len(proberesp): 0,
1005 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h1079 * proberesp - Probe Response template
1084 u8 *proberesp; member in struct:wpa_driver_ap_params
1087 * proberesp_len - Length of the proberesp buffer in octets
2778 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
2803 const struct wpabuf *proberesp,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_android.c175 const struct wpabuf *proberesp,
174 wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_hostap.c756 const struct wpabuf *proberesp,
770 if (proberesp) {
771 drv->wps_ie = os_malloc(wpabuf_len(proberesp));
774 os_memcpy(drv->wps_ie, wpabuf_head(proberesp),
775 wpabuf_len(proberesp));
776 drv->wps_ie_len = wpabuf_len(proberesp);
755 hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_atheros.c1006 const struct wpabuf *proberesp,
1012 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1013 proberesp);
1019 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
1029 proberesp ? wpabuf_head(proberesp) : NULL,
1030 proberesp ? wpabuf_len(proberesp): 0,
1005 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h1079 * proberesp - Probe Response template
1084 u8 *proberesp; member in struct:wpa_driver_ap_params
1087 * proberesp_len - Length of the proberesp buffer in octets
2778 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
2803 const struct wpabuf *proberesp,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c1249 params->proberesp = resp;
1331 os_free(params->proberesp);
1332 params->proberesp = NULL;
1342 struct wpabuf *beacon, *proberesp, *assocresp; local
1355 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
1360 params.proberesp_ies = proberesp;
1377 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
H A Dap_drv_ops.c71 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
81 if (add_buf_data(&proberesp, buf, pos - buf) < 0)
92 add_buf_data(&proberesp, buf, pos - buf) < 0)
97 add_buf(&proberesp, hapd->iface->fst_ies) < 0 ||
103 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0)
108 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0)
121 if (wpabuf_resize(&proberesp, 100) == 0) {
123 start = wpabuf_put(proberesp, 0);
125 wpabuf_put(proberesp, p - start);
161 add_buf_data(&proberesp, bu
198 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
220 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c1249 params->proberesp = resp;
1331 os_free(params->proberesp);
1332 params->proberesp = NULL;
1342 struct wpabuf *beacon, *proberesp, *assocresp; local
1355 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
1360 params.proberesp_ies = proberesp;
1377 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
H A Dap_drv_ops.c71 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
81 if (add_buf_data(&proberesp, buf, pos - buf) < 0)
92 add_buf_data(&proberesp, buf, pos - buf) < 0)
97 add_buf(&proberesp, hapd->iface->fst_ies) < 0 ||
103 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0)
108 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0)
121 if (wpabuf_resize(&proberesp, 100) == 0) {
123 start = wpabuf_put(proberesp, 0);
125 wpabuf_put(proberesp, p - start);
161 add_buf_data(&proberesp, bu
198 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
220 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c1249 params->proberesp = resp;
1331 os_free(params->proberesp);
1332 params->proberesp = NULL;
1342 struct wpabuf *beacon, *proberesp, *assocresp; local
1355 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
1360 params.proberesp_ies = proberesp;
1377 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
H A Dap_drv_ops.c71 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
81 if (add_buf_data(&proberesp, buf, pos - buf) < 0)
92 add_buf_data(&proberesp, buf, pos - buf) < 0)
97 add_buf(&proberesp, hapd->iface->fst_ies) < 0 ||
103 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0)
108 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0)
121 if (wpabuf_resize(&proberesp, 100) == 0) {
123 start = wpabuf_put(proberesp, 0);
125 wpabuf_put(proberesp, p - start);
161 add_buf_data(&proberesp, bu
198 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
220 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h506 const struct wpabuf *proberesp,
512 proberesp, assocresp);
504 wpa_drv_set_ap_wps_ie(struct wpa_supplicant *wpa_s, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument

Completed in 210 milliseconds