Searched refs:proberesp (Results 1 – 13 of 13) sorted by relevance
| /hostap-latest/src/ap/ |
| D | ap_drv_ops.c | 73 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 …]
|
| D | ap_drv_ops.h | 22 struct wpabuf **proberesp, 25 struct wpabuf *proberesp,
|
| D | beacon.c | 2524 params->proberesp = resp; in ieee802_11_build_ap_params() 2630 os_free(params->proberesp); in ieee802_11_free_ap_params() 2631 params->proberesp = NULL; in ieee802_11_free_ap_params() 2660 struct wpabuf *beacon, *proberesp, *assocresp; in __ieee802_11_set_beacon() local 2680 if (hostapd_build_ap_extra_ies(hapd, &beacon, &proberesp, &assocresp) < in __ieee802_11_set_beacon() 2685 params.proberesp_ies = proberesp; in __ieee802_11_set_beacon() 2761 hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp); in __ieee802_11_set_beacon()
|
| D | hostapd.c | 4180 if (params.proberesp != NULL) { in hostapd_build_beacon_data() 4181 beacon->probe_resp = os_memdup(params.proberesp, in hostapd_build_beacon_data()
|
| /hostap-latest/tests/ |
| D | README | 110 mkdir p2p-proberesp-examples 111 cp proberesp*.dat p2p-proberesp-examples 112 afl-fuzz -i p2p-proberesp-examples -o p2p-proberesp-findings -- $PWD/p2p-fuzzer proberesp @@
|
| /hostap-latest/src/drivers/ |
| D | driver_hostap.c | 766 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()
|
| D | driver_atheros.c | 1036 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()
|
| D | driver_nl80211_android.c | 175 const struct wpabuf *proberesp, in wpa_driver_set_ap_wps_p2p_ie() argument
|
| D | driver_nl80211.h | 392 const struct wpabuf *proberesp,
|
| D | driver.h | 1479 u8 *proberesp; member 3988 const struct wpabuf *proberesp,
|
| D | driver_zephyr.c | 2136 if (params->proberesp && params->proberesp_len) { in wpa_drv_zep_set_ap() 2137 wpa_hexdump(MSG_EXCESSIVE, "proberesp (offload)", params->proberesp, params->proberesp_len); in wpa_drv_zep_set_ap()
|
| D | driver_nl80211.c | 5124 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()
|
| /hostap-latest/wpa_supplicant/ |
| D | driver_i.h | 546 const struct wpabuf *proberesp, in wpa_drv_set_ap_wps_ie() argument 552 proberesp, assocresp); in wpa_drv_set_ap_wps_ie()
|