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

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c44 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
58 if (wpabuf_resize(&proberesp, pos - buf) != 0)
60 wpabuf_put_data(proberesp, buf, pos - buf);
78 if (wpabuf_resize(&proberesp, pos - buf) != 0)
80 wpabuf_put_data(proberesp, buf, pos - buf);
91 if (wpabuf_resize(&proberesp,
94 wpabuf_put_buf(proberesp, hapd->wps_probe_resp_ie);
106 if (wpabuf_resize(&proberesp,
109 wpabuf_put_buf(proberesp, hapd->p2p_probe_resp_ie);
122 if (wpabuf_resize(&proberesp, 10
208 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
221 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
H A Dbeacon.c882 params->proberesp = resp;
950 os_free(params->proberesp);
951 params->proberesp = NULL;
961 struct wpabuf *beacon, *proberesp, *assocresp; local
974 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
979 params.proberesp_ies = proberesp;
994 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
H A Dap_drv_ops.h22 struct wpabuf **proberesp,
25 struct wpabuf *proberesp,
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c44 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
58 if (wpabuf_resize(&proberesp, pos - buf) != 0)
60 wpabuf_put_data(proberesp, buf, pos - buf);
78 if (wpabuf_resize(&proberesp, pos - buf) != 0)
80 wpabuf_put_data(proberesp, buf, pos - buf);
91 if (wpabuf_resize(&proberesp,
94 wpabuf_put_buf(proberesp, hapd->wps_probe_resp_ie);
106 if (wpabuf_resize(&proberesp,
109 wpabuf_put_buf(proberesp, hapd->p2p_probe_resp_ie);
122 if (wpabuf_resize(&proberesp, 10
208 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
221 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
H A Dbeacon.c882 params->proberesp = resp;
950 os_free(params->proberesp);
951 params->proberesp = NULL;
961 struct wpabuf *beacon, *proberesp, *assocresp; local
974 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
979 params.proberesp_ies = proberesp;
994 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
H A Dap_drv_ops.h22 struct wpabuf **proberesp,
25 struct wpabuf *proberesp,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c44 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
58 if (wpabuf_resize(&proberesp, pos - buf) != 0)
60 wpabuf_put_data(proberesp, buf, pos - buf);
78 if (wpabuf_resize(&proberesp, pos - buf) != 0)
80 wpabuf_put_data(proberesp, buf, pos - buf);
91 if (wpabuf_resize(&proberesp,
94 wpabuf_put_buf(proberesp, hapd->wps_probe_resp_ie);
106 if (wpabuf_resize(&proberesp,
109 wpabuf_put_buf(proberesp, hapd->p2p_probe_resp_ie);
122 if (wpabuf_resize(&proberesp, 10
208 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
221 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
H A Dbeacon.c882 params->proberesp = resp;
950 os_free(params->proberesp);
951 params->proberesp = NULL;
961 struct wpabuf *beacon, *proberesp, *assocresp; local
974 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
979 params.proberesp_ies = proberesp;
994 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
H A Dap_drv_ops.h22 struct wpabuf **proberesp,
25 struct wpabuf *proberesp,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.c758 const struct wpabuf *proberesp,
772 if (proberesp) {
773 drv->wps_ie = os_malloc(wpabuf_len(proberesp));
776 os_memcpy(drv->wps_ie, wpabuf_head(proberesp),
777 wpabuf_len(proberesp));
778 drv->wps_ie_len = wpabuf_len(proberesp);
757 hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_madwifi.c781 const struct wpabuf *proberesp,
789 proberesp ? wpabuf_head(proberesp) : NULL,
790 proberesp ? wpabuf_len(proberesp) : 0,
780 madwifi_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_atheros.c1104 const struct wpabuf *proberesp,
1110 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1111 proberesp);
1117 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
1127 proberesp ? wpabuf_head(proberesp) : NULL,
1128 proberesp ? wpabuf_len(proberesp): 0,
1103 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_test.c838 const struct wpabuf *proberesp,
866 if (proberesp == NULL)
871 "IE", proberesp);
875 if (proberesp == NULL) {
879 bss->wps_probe_resp_ie = os_malloc(wpabuf_len(proberesp));
885 os_memcpy(bss->wps_probe_resp_ie, wpabuf_head(proberesp),
886 wpabuf_len(proberesp));
887 bss->wps_probe_resp_ie_len = wpabuf_len(proberesp);
837 test_driver_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h760 * proberesp - Probe Response template
765 u8 *proberesp; member in struct:wpa_driver_ap_params
768 * proberesp_len - Length of the proberesp buffer in octets
2215 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
2240 const struct wpabuf *proberesp,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.c758 const struct wpabuf *proberesp,
772 if (proberesp) {
773 drv->wps_ie = os_malloc(wpabuf_len(proberesp));
776 os_memcpy(drv->wps_ie, wpabuf_head(proberesp),
777 wpabuf_len(proberesp));
778 drv->wps_ie_len = wpabuf_len(proberesp);
757 hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_madwifi.c781 const struct wpabuf *proberesp,
789 proberesp ? wpabuf_head(proberesp) : NULL,
790 proberesp ? wpabuf_len(proberesp) : 0,
780 madwifi_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_atheros.c1104 const struct wpabuf *proberesp,
1110 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1111 proberesp);
1117 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
1127 proberesp ? wpabuf_head(proberesp) : NULL,
1128 proberesp ? wpabuf_len(proberesp): 0,
1103 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_test.c838 const struct wpabuf *proberesp,
866 if (proberesp == NULL)
871 "IE", proberesp);
875 if (proberesp == NULL) {
879 bss->wps_probe_resp_ie = os_malloc(wpabuf_len(proberesp));
885 os_memcpy(bss->wps_probe_resp_ie, wpabuf_head(proberesp),
886 wpabuf_len(proberesp));
887 bss->wps_probe_resp_ie_len = wpabuf_len(proberesp);
837 test_driver_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h760 * proberesp - Probe Response template
765 u8 *proberesp; member in struct:wpa_driver_ap_params
768 * proberesp_len - Length of the proberesp buffer in octets
2215 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
2240 const struct wpabuf *proberesp,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c758 const struct wpabuf *proberesp,
772 if (proberesp) {
773 drv->wps_ie = os_malloc(wpabuf_len(proberesp));
776 os_memcpy(drv->wps_ie, wpabuf_head(proberesp),
777 wpabuf_len(proberesp));
778 drv->wps_ie_len = wpabuf_len(proberesp);
757 hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_madwifi.c781 const struct wpabuf *proberesp,
789 proberesp ? wpabuf_head(proberesp) : NULL,
790 proberesp ? wpabuf_len(proberesp) : 0,
780 madwifi_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_atheros.c1104 const struct wpabuf *proberesp,
1110 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1111 proberesp);
1117 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
1127 proberesp ? wpabuf_head(proberesp) : NULL,
1128 proberesp ? wpabuf_len(proberesp): 0,
1103 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_test.c838 const struct wpabuf *proberesp,
866 if (proberesp == NULL)
871 "IE", proberesp);
875 if (proberesp == NULL) {
879 bss->wps_probe_resp_ie = os_malloc(wpabuf_len(proberesp));
885 os_memcpy(bss->wps_probe_resp_ie, wpabuf_head(proberesp),
886 wpabuf_len(proberesp));
887 bss->wps_probe_resp_ie_len = wpabuf_len(proberesp);
837 test_driver_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h760 * proberesp - Probe Response template
765 u8 *proberesp; member in struct:wpa_driver_ap_params
768 * proberesp_len - Length of the proberesp buffer in octets
2215 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
2240 const struct wpabuf *proberesp,
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h491 const struct wpabuf *proberesp,
497 proberesp, assocresp);
489 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 231 milliseconds

12