Searched refs:set_wifi_country_code (Results 1 – 25 of 32) sorted by relevance
12
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiSoftApMultiCountryTest.py | 246 wutils.set_wifi_country_code(self.dut, country) 247 wutils.set_wifi_country_code(self.dut_client, country) 263 wutils.set_wifi_country_code(self.dut, country) 264 wutils.set_wifi_country_code(self.dut_client, country) 280 wutils.set_wifi_country_code(self.dut, country) 281 wutils.set_wifi_country_code(self.dut_client, country)
|
D | WifiCountrySoftApAcsTest.py | 77 wutils.set_wifi_country_code( 99 wutils.set_wifi_country_code(ad, country_code)
|
D | WifiMacRandomizationTest.py | 497 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US) 498 wutils.set_wifi_country_code(self.dut_client, wutils.WifiEnums.CountryCode.US)
|
D | WifiSoftApTest.py | 118 wutils.set_wifi_country_code( 133 wutils.set_wifi_country_code(ad, self.country_code) 1211 wutils.set_wifi_country_code(
|
D | WifiStressTest.py | 443 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US) 444 wutils.set_wifi_country_code(self.dut_client, wutils.WifiEnums.CountryCode.US)
|
D | WifiTxPowerCheckTest.py | 822 wutils.set_wifi_country_code(self.dut, testcase_params['country_code']) 827 wutils.set_wifi_country_code(self.dut, testcase_params['country_code'])
|
D | WifiPingTest.py | 456 wutils.set_wifi_country_code( 460 wutils.set_wifi_country_code(
|
D | WifiSensitivityTest.py | 447 wutils.set_wifi_country_code(self.dut, 451 wutils.set_wifi_country_code(self.dut,
|
D | WifiCellCoexChannelAvoidTest.py | 239 wutils.set_wifi_country_code(self.dut, country_code='US')
|
D | WifiChaosTest.py | 120 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US)
|
D | WifiRvrTest.py | 564 wutils.set_wifi_country_code(self.sta_dut, 570 wutils.set_wifi_country_code(self.sta_dut,
|
D | WifiChannelSwitchStressTest.py | 59 wutils.set_wifi_country_code(ad, WifiEnums.CountryCode.US)
|
D | WifiSoftApPerformanceTest.py | 161 wutils.set_wifi_country_code(dev, wutils.WifiEnums.CountryCode.US)
|
D | WifiRoamingTest.py | 75 wutils.set_wifi_country_code(ad, self.country_code) 278 wutils.set_wifi_country_code(
|
D | WifiStaApConcurrencyTest.py | 67 wutils.set_wifi_country_code(ad, WifiEnums.CountryCode.US)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/ |
D | ProtocolsMultiCountryTest.py | 141 wutils.set_wifi_country_code(p_dut, country) 142 wutils.set_wifi_country_code(s_dut, country) 190 wutils.set_wifi_country_code(p_dut, country) 191 wutils.set_wifi_country_code(s_dut, country)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/functional/ |
D | WifiP2pMultiCoutryTest.py | 123 wutils.set_wifi_country_code(self.dut1, country) 124 wutils.set_wifi_country_code(self.dut2, country) 192 wutils.set_wifi_country_code(self.dut1, country) 193 wutils.set_wifi_country_code(self.dut2, country)
|
/tools/test/connectivity/acts_tests/tests/google/coex/hotspot_tests/ |
D | HotspotWiFiChannelTest.py | 190 wutils.set_wifi_country_code(self.pri_ad, WifiEnums.CountryCode.US) 191 wutils.set_wifi_country_code(self.sec_ad, WifiEnums.CountryCode.US)
|
/tools/test/connectivity/acts_tests/tests/google/power/wifi/ |
D | PowerWiFiHotspotTest.py | 94 wutils.set_wifi_country_code(self.android_devices[0], 'US') 95 wutils.set_wifi_country_code(self.android_devices[1], 'US')
|
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/ |
D | WifiP2pRvrTest.py | 118 wutils.set_wifi_country_code(ad, self.country_code) 231 wutils.set_wifi_country_code(ad, self.country_code)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/ |
D | cellular_hotspot_traffic_power_test.py | 106 wutils.set_wifi_country_code(dut, country_code)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/rtt/ |
D | RttBaseTest.py | 70 wutils.set_wifi_country_code(ad, wutils.WifiEnums.CountryCode.US)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/ |
D | AwareBaseTest.py | 72 wutils.set_wifi_country_code(ad, wutils.WifiEnums.CountryCode.US)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | PowerWiFiBaseTest.py | 54 wutils.set_wifi_country_code(self.dut, 'US')
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_test_utils.py | 842 set_wifi_country_code(ad, WifiEnums.CountryCode.US) 846 def set_wifi_country_code(ad, country_code): function 2871 set_wifi_country_code(dut, country_code)
|
12