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.c763 const struct wpabuf *proberesp,
777 if (proberesp) {
778 drv->wps_ie = os_malloc(wpabuf_len(proberesp));
781 os_memcpy(drv->wps_ie, wpabuf_head(proberesp),
782 wpabuf_len(proberesp));
783 drv->wps_ie_len = wpabuf_len(proberesp);
762 hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_atheros.c998 const struct wpabuf *proberesp,
1004 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1005 proberesp);
1011 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
1021 proberesp ? wpabuf_head(proberesp) : NULL,
1022 proberesp ? wpabuf_len(proberesp): 0,
997 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h889 * proberesp - Probe Response template
894 u8 *proberesp; member in struct:wpa_driver_ap_params
897 * proberesp_len - Length of the proberesp buffer in octets
2465 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
2490 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.c763 const struct wpabuf *proberesp,
777 if (proberesp) {
778 drv->wps_ie = os_malloc(wpabuf_len(proberesp));
781 os_memcpy(drv->wps_ie, wpabuf_head(proberesp),
782 wpabuf_len(proberesp));
783 drv->wps_ie_len = wpabuf_len(proberesp);
762 hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_atheros.c998 const struct wpabuf *proberesp,
1004 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1005 proberesp);
1011 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
1021 proberesp ? wpabuf_head(proberesp) : NULL,
1022 proberesp ? wpabuf_len(proberesp): 0,
997 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h889 * proberesp - Probe Response template
894 u8 *proberesp; member in struct:wpa_driver_ap_params
897 * proberesp_len - Length of the proberesp buffer in octets
2465 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
2490 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.c763 const struct wpabuf *proberesp,
777 if (proberesp) {
778 drv->wps_ie = os_malloc(wpabuf_len(proberesp));
781 os_memcpy(drv->wps_ie, wpabuf_head(proberesp),
782 wpabuf_len(proberesp));
783 drv->wps_ie_len = wpabuf_len(proberesp);
762 hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_atheros.c998 const struct wpabuf *proberesp,
1004 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1005 proberesp);
1011 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
1021 proberesp ? wpabuf_head(proberesp) : NULL,
1022 proberesp ? wpabuf_len(proberesp): 0,
997 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h889 * proberesp - Probe Response template
894 u8 *proberesp; member in struct:wpa_driver_ap_params
897 * proberesp_len - Length of the proberesp buffer in octets
2465 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
2490 const struct wpabuf *proberesp,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c952 params->proberesp = resp;
1030 os_free(params->proberesp);
1031 params->proberesp = NULL;
1041 struct wpabuf *beacon, *proberesp, *assocresp; local
1054 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
1059 params.proberesp_ies = proberesp;
1076 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
H A Dap_drv_ops.c45 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
59 if (wpabuf_resize(&proberesp, pos - buf) != 0)
61 wpabuf_put_data(proberesp, buf, pos - buf);
79 if (wpabuf_resize(&proberesp, pos - buf) != 0)
81 wpabuf_put_data(proberesp, buf, pos - buf);
92 if (wpabuf_resize(&proberesp,
95 wpabuf_put_buf(proberesp, hapd->wps_probe_resp_ie);
107 if (wpabuf_resize(&proberesp,
110 wpabuf_put_buf(proberesp, hapd->p2p_probe_resp_ie);
123 if (wpabuf_resize(&proberesp, 10
209 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
231 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c952 params->proberesp = resp;
1030 os_free(params->proberesp);
1031 params->proberesp = NULL;
1041 struct wpabuf *beacon, *proberesp, *assocresp; local
1054 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
1059 params.proberesp_ies = proberesp;
1076 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
H A Dap_drv_ops.c45 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
59 if (wpabuf_resize(&proberesp, pos - buf) != 0)
61 wpabuf_put_data(proberesp, buf, pos - buf);
79 if (wpabuf_resize(&proberesp, pos - buf) != 0)
81 wpabuf_put_data(proberesp, buf, pos - buf);
92 if (wpabuf_resize(&proberesp,
95 wpabuf_put_buf(proberesp, hapd->wps_probe_resp_ie);
107 if (wpabuf_resize(&proberesp,
110 wpabuf_put_buf(proberesp, hapd->p2p_probe_resp_ie);
123 if (wpabuf_resize(&proberesp, 10
209 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
231 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c952 params->proberesp = resp;
1030 os_free(params->proberesp);
1031 params->proberesp = NULL;
1041 struct wpabuf *beacon, *proberesp, *assocresp; local
1054 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
1059 params.proberesp_ies = proberesp;
1076 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
H A Dap_drv_ops.c45 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
59 if (wpabuf_resize(&proberesp, pos - buf) != 0)
61 wpabuf_put_data(proberesp, buf, pos - buf);
79 if (wpabuf_resize(&proberesp, pos - buf) != 0)
81 wpabuf_put_data(proberesp, buf, pos - buf);
92 if (wpabuf_resize(&proberesp,
95 wpabuf_put_buf(proberesp, hapd->wps_probe_resp_ie);
107 if (wpabuf_resize(&proberesp,
110 wpabuf_put_buf(proberesp, hapd->p2p_probe_resp_ie);
123 if (wpabuf_resize(&proberesp, 10
209 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
231 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h499 const struct wpabuf *proberesp,
505 proberesp, assocresp);
497 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 420 milliseconds