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

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c43 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
57 if (wpabuf_resize(&proberesp, pos - buf) != 0)
59 wpabuf_put_data(proberesp, buf, pos - buf);
77 if (wpabuf_resize(&proberesp, pos - buf) != 0)
79 wpabuf_put_data(proberesp, buf, pos - buf);
90 if (wpabuf_resize(&proberesp,
93 wpabuf_put_buf(proberesp, hapd->wps_probe_resp_ie);
105 if (wpabuf_resize(&proberesp,
108 wpabuf_put_buf(proberesp, hapd->p2p_probe_resp_ie);
121 if (wpabuf_resize(&proberesp, 10
164 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
177 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
H A Dap_drv_ops.h20 struct wpabuf **proberesp,
23 struct wpabuf *proberesp,
H A Dbeacon.c498 struct wpabuf *beacon, *proberesp, *assocresp; local
631 params.proberesp = resp;
659 hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp);
661 params.proberesp_ies = proberesp;
687 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c43 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
57 if (wpabuf_resize(&proberesp, pos - buf) != 0)
59 wpabuf_put_data(proberesp, buf, pos - buf);
77 if (wpabuf_resize(&proberesp, pos - buf) != 0)
79 wpabuf_put_data(proberesp, buf, pos - buf);
90 if (wpabuf_resize(&proberesp,
93 wpabuf_put_buf(proberesp, hapd->wps_probe_resp_ie);
105 if (wpabuf_resize(&proberesp,
108 wpabuf_put_buf(proberesp, hapd->p2p_probe_resp_ie);
121 if (wpabuf_resize(&proberesp, 10
164 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
177 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
H A Dap_drv_ops.h20 struct wpabuf **proberesp,
23 struct wpabuf *proberesp,
H A Dbeacon.c498 struct wpabuf *beacon, *proberesp, *assocresp; local
631 params.proberesp = resp;
659 hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp);
661 params.proberesp_ies = proberesp;
687 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c43 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
57 if (wpabuf_resize(&proberesp, pos - buf) != 0)
59 wpabuf_put_data(proberesp, buf, pos - buf);
77 if (wpabuf_resize(&proberesp, pos - buf) != 0)
79 wpabuf_put_data(proberesp, buf, pos - buf);
90 if (wpabuf_resize(&proberesp,
93 wpabuf_put_buf(proberesp, hapd->wps_probe_resp_ie);
105 if (wpabuf_resize(&proberesp,
108 wpabuf_put_buf(proberesp, hapd->p2p_probe_resp_ie);
121 if (wpabuf_resize(&proberesp, 10
164 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
177 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
H A Dap_drv_ops.h20 struct wpabuf **proberesp,
23 struct wpabuf *proberesp,
H A Dbeacon.c498 struct wpabuf *beacon, *proberesp, *assocresp; local
631 params.proberesp = resp;
659 hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp);
661 params.proberesp_ies = proberesp;
687 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c824 const struct wpabuf *proberesp,
830 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
831 proberesp);
837 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
847 proberesp ? wpabuf_head(proberesp) : NULL,
848 proberesp ? wpabuf_len(proberesp): 0,
823 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
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.c791 const struct wpabuf *proberesp,
799 proberesp ? wpabuf_head(proberesp) : NULL,
800 proberesp ? wpabuf_len(proberesp) : 0,
790 madwifi_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h581 * proberesp - Probe Response template
586 const u8 *proberesp; member in struct:wpa_driver_ap_params
589 * proberesp_len - Length of the proberesp buffer in octets
1851 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
1876 const struct wpabuf *proberesp,
H A Ddriver_test.c886 const struct wpabuf *proberesp,
914 if (proberesp == NULL)
919 "IE", proberesp);
923 if (proberesp == NULL) {
927 bss->wps_probe_resp_ie = os_malloc(wpabuf_len(proberesp));
933 os_memcpy(bss->wps_probe_resp_ie, wpabuf_head(proberesp),
934 wpabuf_len(proberesp));
935 bss->wps_probe_resp_ie_len = wpabuf_len(proberesp);
885 test_driver_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c824 const struct wpabuf *proberesp,
830 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
831 proberesp);
837 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
847 proberesp ? wpabuf_head(proberesp) : NULL,
848 proberesp ? wpabuf_len(proberesp): 0,
823 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
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.c791 const struct wpabuf *proberesp,
799 proberesp ? wpabuf_head(proberesp) : NULL,
800 proberesp ? wpabuf_len(proberesp) : 0,
790 madwifi_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h581 * proberesp - Probe Response template
586 const u8 *proberesp; member in struct:wpa_driver_ap_params
589 * proberesp_len - Length of the proberesp buffer in octets
1851 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
1876 const struct wpabuf *proberesp,
H A Ddriver_test.c886 const struct wpabuf *proberesp,
914 if (proberesp == NULL)
919 "IE", proberesp);
923 if (proberesp == NULL) {
927 bss->wps_probe_resp_ie = os_malloc(wpabuf_len(proberesp));
933 os_memcpy(bss->wps_probe_resp_ie, wpabuf_head(proberesp),
934 wpabuf_len(proberesp));
935 bss->wps_probe_resp_ie_len = wpabuf_len(proberesp);
885 test_driver_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c824 const struct wpabuf *proberesp,
830 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
831 proberesp);
837 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
847 proberesp ? wpabuf_head(proberesp) : NULL,
848 proberesp ? wpabuf_len(proberesp): 0,
823 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
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.c791 const struct wpabuf *proberesp,
799 proberesp ? wpabuf_head(proberesp) : NULL,
800 proberesp ? wpabuf_len(proberesp) : 0,
790 madwifi_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h581 * proberesp - Probe Response template
586 const u8 *proberesp; member in struct:wpa_driver_ap_params
589 * proberesp_len - Length of the proberesp buffer in octets
1851 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
1876 const struct wpabuf *proberesp,
H A Ddriver_test.c886 const struct wpabuf *proberesp,
914 if (proberesp == NULL)
919 "IE", proberesp);
923 if (proberesp == NULL) {
927 bss->wps_probe_resp_ie = os_malloc(wpabuf_len(proberesp));
933 os_memcpy(bss->wps_probe_resp_ie, wpabuf_head(proberesp),
934 wpabuf_len(proberesp));
935 bss->wps_probe_resp_ie_len = wpabuf_len(proberesp);
885 test_driver_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h461 const struct wpabuf *proberesp,
467 proberesp, assocresp);
459 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 282 milliseconds

12