Home
last modified time | relevance | path

Searched refs:proberesp (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c73 struct wpabuf *beacon = NULL, *proberesp = NULL, *assocresp = NULL; in hostapd_build_ap_extra_ies() local
82 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
91 if (add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
102 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
107 add_buf(&proberesp, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies()
115 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
124 add_buf(&proberesp, hapd->wps_probe_resp_ie) < 0) in hostapd_build_ap_extra_ies()
129 add_buf(&proberesp, hapd->p2p_probe_resp_ie) < 0) in hostapd_build_ap_extra_ies()
142 if (wpabuf_resize(&proberesp, 100) == 0) { in hostapd_build_ap_extra_ies()
144 start = wpabuf_put(proberesp, 0); in hostapd_build_ap_extra_ies()
[all …]
H A Dap_drv_ops.h22 struct wpabuf **proberesp,
25 struct wpabuf *proberesp,
H A Dbeacon.c2430 params->proberesp = resp; in ieee802_11_build_ap_params()
2534 os_free(params->proberesp); in ieee802_11_free_ap_params()
2535 params->proberesp = NULL; in ieee802_11_free_ap_params()
2564 struct wpabuf *beacon, *proberesp, *assocresp; in __ieee802_11_set_beacon() local
2584 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) < in __ieee802_11_set_beacon()
2589 params.proberesp_ies = proberesp; in __ieee802_11_set_beacon()
2665 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp); in __ieee802_11_set_beacon()
H A Dhostapd.c4187 if (params.proberesp != NULL) { in hostapd_build_beacon_data()
4188 beacon->probe_resp = os_memdup(params.proberesp, in hostapd_build_beacon_data()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_hostap.c766 const struct wpabuf *proberesp, in hostap_set_ap_wps_ie() argument
780 if (proberesp) { in hostap_set_ap_wps_ie()
781 drv->wps_ie = os_memdup(wpabuf_head(proberesp), in hostap_set_ap_wps_ie()
782 wpabuf_len(proberesp)); in hostap_set_ap_wps_ie()
785 drv->wps_ie_len = wpabuf_len(proberesp); in hostap_set_ap_wps_ie()
H A Ddriver_atheros.c1036 const struct wpabuf *proberesp, in atheros_set_ap_wps_ie() argument
1043 proberesp); in atheros_set_ap_wps_ie()
1049 drv->wps_probe_resp_ie = proberesp ? wpabuf_dup(proberesp) : NULL; in atheros_set_ap_wps_ie()
1059 proberesp ? wpabuf_head(proberesp) : NULL, in atheros_set_ap_wps_ie()
1060 proberesp ? wpabuf_len(proberesp): 0, in atheros_set_ap_wps_ie()
H A Ddriver_nl80211_android.c175 const struct wpabuf *proberesp, in wpa_driver_set_ap_wps_p2p_ie() argument
H A Ddriver_nl80211.h391 const struct wpabuf *proberesp,
H A Ddriver.h1467 u8 *proberesp; member
3966 const struct wpabuf *proberesp,
H A Ddriver_nl80211.c5124 if (params->proberesp && params->proberesp_len) { in wpa_driver_nl80211_set_ap()
5126 params->proberesp, params->proberesp_len); in wpa_driver_nl80211_set_ap()
5128 params->proberesp)) in wpa_driver_nl80211_set_ap()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h543 const struct wpabuf *proberesp, in wpa_drv_set_ap_wps_ie() argument
549 proberesp, assocresp); in wpa_drv_set_ap_wps_ie()
/freebsd/contrib/libpcap/
H A Dgrammar.y.in170 { IEEE80211_FC0_SUBTYPE_PROBE_RESP, "proberesp" },