Searched refs:probe (Results 1 – 5 of 5) sorted by relevance
| /hostap-latest/src/wps/ |
| D | wps_validate.c | 1121 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe, in wps_validate_beacon_probe_resp() argument 1129 "%sProbe Response frame", probe ? "" : "Beacon/"); in wps_validate_beacon_probe_resp() 1134 "%sProbe Response frame", probe ? "" : "Beacon/"); in wps_validate_beacon_probe_resp() 1148 wps_validate_response_type(attr.response_type, probe) || in wps_validate_beacon_probe_resp() 1149 wps_validate_uuid_e(attr.uuid_e, probe) || in wps_validate_beacon_probe_resp() 1151 probe) || in wps_validate_beacon_probe_resp() 1153 probe) || in wps_validate_beacon_probe_resp() 1155 probe) || in wps_validate_beacon_probe_resp() 1157 attr.serial_number_len, probe) || in wps_validate_beacon_probe_resp() 1158 wps_validate_primary_dev_type(attr.primary_dev_type, probe) || in wps_validate_beacon_probe_resp() [all …]
|
| D | wps_registrar.c | 1305 struct wpabuf *probe; in wps_set_ie() local 1322 probe = wpabuf_alloc(500 + vendor_len); in wps_set_ie() 1323 if (!beacon || !probe) in wps_set_ie() 1351 if (wps_build_version(probe) || in wps_set_ie() 1352 wps_build_wps_state(reg->wps, probe) || in wps_set_ie() 1353 wps_build_ap_setup_locked(reg->wps, probe) || in wps_set_ie() 1354 wps_build_selected_registrar(reg, probe) || in wps_set_ie() 1355 wps_build_sel_reg_dev_password_id(reg, probe) || in wps_set_ie() 1356 wps_build_sel_reg_config_methods(reg, probe) || in wps_set_ie() 1357 wps_build_resp_type(probe, reg->wps->ap ? WPS_RESP_AP : in wps_set_ie() [all …]
|
| D | wps.h | 963 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe, 992 int probe, const u8 *addr) in wps_validate_beacon_probe_resp() argument
|
| /hostap-latest/hostapd/ |
| D | defconfig | 338 # certain percentage of probe requests or auth/(re)assoc frames.
|
| /hostap-latest/wpa_supplicant/ |
| D | ChangeLog | 534 * include peer certificate in EAP events even without a separate probe
|