Searched refs:proberesp (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h524 const struct wpabuf *proberesp,
530 proberesp, assocresp);
522 wpa_drv_set_ap_wps_ie(struct wpa_supplicant *wpa_s, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h289 const struct wpabuf *proberesp,
H A Ddriver_hostap.c762 const struct wpabuf *proberesp,
776 if (proberesp) {
777 drv->wps_ie = os_memdup(wpabuf_head(proberesp),
778 wpabuf_len(proberesp));
781 drv->wps_ie_len = wpabuf_len(proberesp);
761 hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver_atheros.c1041 const struct wpabuf *proberesp,
1047 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1048 proberesp);
1054 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL;
1064 proberesp ? wpabuf_head(proberesp) : NULL,
1065 proberesp ? wpabuf_len(proberesp): 0,
1040 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon, const struct wpabuf *proberesp, const struct wpabuf *assocresp) argument
H A Ddriver.h1232 * proberesp - Probe Response template
1237 u8 *proberesp; member in struct:wpa_driver_ap_params
1240 * proberesp_len - Length of the proberesp buffer in octets
3108 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
3133 const struct wpabuf *proberesp,
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
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.c3220 if (params.proberesp != NULL) {
3221 beacon->probe_resp = os_memdup(params.proberesp,
H A Dbeacon.c1297 params->proberesp = resp;
1391 os_free(params->proberesp);
1392 params->proberesp = NULL;
1403 struct wpabuf *beacon, *proberesp, *assocresp; local
1416 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) <
1421 params.proberesp_ies = proberesp;
1439 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
H A Dap_drv_ops.h22 struct wpabuf **proberesp,
25 struct wpabuf *proberesp,
H A Dap_drv_ops.c72 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; local
82 if (add_buf_data(&proberesp, buf, pos - buf) < 0)
93 add_buf_data(&proberesp, buf, pos - buf) < 0)
98 add_buf(&proberesp, hapd->iface->fst_ies) < 0 ||
106 add_buf_data(&proberesp, buf, pos - buf) < 0)
111 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0)
116 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0)
129 if (wpabuf_resize(&proberesp, 100) == 0) {
131 start = wpabuf_put(proberesp, 0);
133 wpabuf_put(proberesp,
214 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
236 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]

Completed in 152 milliseconds