Searched refs:validate_country_softap_acs (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiCountrySoftApAcsTest.py | 275 def validate_country_softap_acs(self, country, init_sta_band, member in WifiCountrySoftApAcsTest 318 failures = self.validate_country_softap_acs("US", "2g", 1, "2g") 325 failures = self.validate_country_softap_acs("US", "5g", 36, "2g") 332 failures = self.validate_country_softap_acs("US", "5g", 132, "2g") 339 failures = self.validate_country_softap_acs("US", "5g", 161, "2g") 346 failures = self.validate_country_softap_acs("US", "2g", 1, "5g") 353 failures = self.validate_country_softap_acs("US", "5g", 36, "5g") 360 failures = self.validate_country_softap_acs("US", "5g", 132, "5g") 367 failures = self.validate_country_softap_acs("DE", "5g", 161, "5g") 374 failures = self.validate_country_softap_acs("JP", "5g", 36, "5g")
|