Searched refs:country_code (Results 1 – 12 of 12) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/ |
D | wlan_controller.py | 128 def set_country_code(self, country_code): argument 139 self.log.info('Setting DUT country code to %s' % country_code) 141 country_code) 145 (country_code, country_code_response['error'])) 148 country_code) 152 (country_code, phy_ids_response['error'])) 167 if set_code != country_code: 170 'Expected: %s, Got: %s' % (id, country_code, set_code)) 174 country_code) 179 country_code)
|
/tools/test/connectivity/acts_tests/tests/google/bt/sar/ |
D | BtSarSanityTest.py | 91 self.country_code) 145 for country_code in country_code_tuple: 150 self.set_country_code(self.dut, country_code) 160 country_code, set_regulatory_domain)) 164 country_code, set_regulatory_domain)) 188 self.country_code = cc[0]
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/ |
D | RegulatoryRecoveryTest.py | 42 self.country_code = self.config_test_params.get("country_code", "US") 49 fd.wlan_controller.set_country_code(self.country_code) 76 fd.wlan_controller.set_country_code(self.country_code) 119 fd.wlan_controller.set_country_code(self.country_code)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/ |
D | cellular_hotspot_traffic_power_test.py | 100 country_code = "US" 105 (country_code, dut.serial)) 106 wutils.set_wifi_country_code(dut, country_code)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiCountrySoftApAcsTest.py | 86 def set_country_code_and_verify(self, ad, country_code): argument 93 wutils.set_wifi_country_code(ad, country_code) 99 asserts.assert_true(country == country_code, 100 "country code {} is not set".format(country_code))
|
D | WifiBridgedApTest.py | 106 def set_country_code_and_verify(self, ad, country_code): argument 107 wutils.set_wifi_country_code(ad, country_code) 113 asserts.assert_true(country == country_code, 114 "country code {} is not set".format(country_code))
|
D | WifiRoamingTest.py | 42 self.country_code = wutils.WifiEnums.CountryCode.US 50 self.country_code = utils.load_config( 75 wutils.set_wifi_country_code(ad, self.country_code)
|
D | WifiSoftApTest.py | 88 self.country_code = wutils.WifiEnums.CountryCode.US 96 self.country_code = utils.load_config( 133 wutils.set_wifi_country_code(ad, self.country_code)
|
D | WifiCellCoexChannelAvoidTest.py | 239 wutils.set_wifi_country_code(self.dut, country_code='US')
|
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/ |
D | WifiP2pRvrTest.py | 116 wutils.set_wifi_country_code(ad, self.country_code) 221 wutils.set_wifi_country_code(ad, self.country_code) 506 self.country_code = 'US' 521 self.country_code = 'US' 536 self.country_code = 'GB' 551 self.country_code = 'GB'
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BtSarBaseTest.py | 90 country_code='us', 106 if self.country_code.lower() in key: 268 self.set_sar_state(self.dut, read_scenario, self.country_code) 339 self.set_sar_state(self.dut, read_scenario, self.country_code) 503 def set_sar_state(self, ad, signal_dict, country_code='us'): argument 544 sar_state_command, country_code.lower())
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | WifiBaseTest.py | 81 self.country_code = utils.load_config( 83 wutils.set_wifi_country_code(ad, self.country_code)
|