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

/freebsd-10.1-release/contrib/wpa/src/ap/
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
190 hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon, struct wpabuf *proberesp, struct wpabuf *assocresp) argument
203 struct wpabuf *beacon, *proberesp, *assocresp; local
[all...]
H A Dap_drv_ops.h20 struct wpabuf **proberesp,
23 struct wpabuf *proberesp,
H A Dbeacon.c560 struct wpabuf *beacon, *proberesp, *assocresp; local
710 params.proberesp = resp;
738 hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp);
740 params.proberesp_ies = proberesp;
770 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h467 const struct wpabuf *proberesp,
473 proberesp, assocresp);
465 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-10.1-release/contrib/wpa/src/drivers/
H A Ddriver.h610 * proberesp - Probe Response template
615 const u8 *proberesp; member in struct:wpa_driver_ap_params
618 * proberesp_len - Length of the proberesp buffer in octets
1910 * @proberesp: WPS IE(s) for Probe Response frames or %NULL to remove
1935 const struct wpabuf *proberesp,

Completed in 107 milliseconds