Searched refs:assocresp (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
65 if (wpabuf_resize(&assocresp, pos - buf) != 0)
67 wpabuf_put_data(assocresp, buf, pos - buf);
133 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
134 wpabuf_put_buf(assocresp, a);
141 if (wpabuf_resize(&assocresp, 100) == 0) {
143 start = wpabuf_put(assocresp, 0);
145 wpabuf_put(assocresp, p - start);
152 *assocresp_ret = assocresp;
159 wpabuf_free(assocresp);
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.h21 struct wpabuf **assocresp);
24 struct wpabuf *assocresp);
H A Dbeacon.c498 struct wpabuf *beacon, *proberesp, *assocresp; local
659 hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp);
662 params.assocresp_ies = assocresp;
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
65 if (wpabuf_resize(&assocresp, pos - buf) != 0)
67 wpabuf_put_data(assocresp, buf, pos - buf);
133 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
134 wpabuf_put_buf(assocresp, a);
141 if (wpabuf_resize(&assocresp, 100) == 0) {
143 start = wpabuf_put(assocresp, 0);
145 wpabuf_put(assocresp, p - start);
152 *assocresp_ret = assocresp;
159 wpabuf_free(assocresp);
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.h21 struct wpabuf **assocresp);
24 struct wpabuf *assocresp);
H A Dbeacon.c498 struct wpabuf *beacon, *proberesp, *assocresp; local
659 hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp);
662 params.assocresp_ies = assocresp;
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
65 if (wpabuf_resize(&assocresp, pos - buf) != 0)
67 wpabuf_put_data(assocresp, buf, pos - buf);
133 if (a && wpabuf_resize(&assocresp, wpabuf_len(a)) == 0)
134 wpabuf_put_buf(assocresp, a);
141 if (wpabuf_resize(&assocresp, 100) == 0) {
143 start = wpabuf_put(assocresp, 0);
145 wpabuf_put(assocresp, p - start);
152 *assocresp_ret = assocresp;
159 wpabuf_free(assocresp);
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.h21 struct wpabuf **assocresp);
24 struct wpabuf *assocresp);
H A Dbeacon.c498 struct wpabuf *beacon, *proberesp, *assocresp; local
659 hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp);
662 params.assocresp_ies = assocresp;
687 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c825 const struct wpabuf *assocresp)
832 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
833 assocresp);
839 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL,
840 assocresp ? wpabuf_len(assocresp) : 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.h1853 * @assocresp: WPS IE(s) for (Re)Association Response frames or %NULL
1861 * of (Re)Association frame processing, the assocresp buffer includes
1877 const struct wpabuf *assocresp);
H A Ddriver_hostap.c759 const struct wpabuf *assocresp)
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.c792 const struct wpabuf *assocresp)
790 madwifi_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_test.c887 const struct wpabuf *assocresp)
1858 "assocresp");
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.c825 const struct wpabuf *assocresp)
832 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
833 assocresp);
839 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL,
840 assocresp ? wpabuf_len(assocresp) : 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.h1853 * @assocresp: WPS IE(s) for (Re)Association Response frames or %NULL
1861 * of (Re)Association frame processing, the assocresp buffer includes
1877 const struct wpabuf *assocresp);
H A Ddriver_hostap.c759 const struct wpabuf *assocresp)
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.c792 const struct wpabuf *assocresp)
790 madwifi_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_test.c887 const struct wpabuf *assocresp)
1858 "assocresp");
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.c825 const struct wpabuf *assocresp)
832 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
833 assocresp);
839 atheros_set_wps_ie(priv, assocresp ? wpabuf_head(assocresp) : NULL,
840 assocresp ? wpabuf_len(assocresp) : 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.h1853 * @assocresp: WPS IE(s) for (Re)Association Response frames or %NULL
1861 * of (Re)Association frame processing, the assocresp buffer includes
1877 const struct wpabuf *assocresp);
H A Ddriver_hostap.c759 const struct wpabuf *assocresp)
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.c792 const struct wpabuf *assocresp)
790 madwifi_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_test.c887 const struct wpabuf *assocresp)
1858 "assocresp");
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.h462 const struct wpabuf *assocresp)
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 434 milliseconds

12