Lines Matching refs:probe
1151 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe, in wps_validate_beacon_probe_resp() argument
1166 "%sProbe Response frame", probe ? "" : "Beacon/"); in wps_validate_beacon_probe_resp()
1172 "%sProbe Response frame", probe ? "" : "Beacon/"); in wps_validate_beacon_probe_resp()
1187 wps_validate_response_type(attr->response_type, probe) || in wps_validate_beacon_probe_resp()
1188 wps_validate_uuid_e(attr->uuid_e, probe) || in wps_validate_beacon_probe_resp()
1190 probe) || in wps_validate_beacon_probe_resp()
1192 probe) || in wps_validate_beacon_probe_resp()
1194 probe) || in wps_validate_beacon_probe_resp()
1196 attr->serial_number_len, probe) || in wps_validate_beacon_probe_resp()
1197 wps_validate_primary_dev_type(attr->primary_dev_type, probe) || in wps_validate_beacon_probe_resp()
1198 wps_validate_dev_name(attr->dev_name, attr->dev_name_len, probe) || in wps_validate_beacon_probe_resp()
1199 wps_validate_ap_config_methods(attr->config_methods, wps2, probe) || in wps_validate_beacon_probe_resp()
1205 "frame from " MACSTR, probe ? "" : "Beacon/", in wps_validate_beacon_probe_resp()