Searched refs:set_wifi_country_code (Results 1 – 25 of 28) 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 | WifiRoamingTest.py | 74 wutils.set_wifi_country_code(ad, self.country_code) 277 wutils.set_wifi_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 | WifiStressTest.py | 438 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US) 439 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 | WifiBridgedApTest.py | 85 wutils.set_wifi_country_code( 97 wutils.set_wifi_country_code(ad, country_code)
|
D | WifiSensitivityTest.py | 399 wutils.set_wifi_country_code(self.dut, 693 wutils.set_wifi_country_code(self.dut,
|
D | WifiChaosTest.py | 120 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US)
|
D | WifiSoftApPerformanceTest.py | 152 wutils.set_wifi_country_code(dev, wutils.WifiEnums.CountryCode.US)
|
D | WifiChannelSwitchStressTest.py | 59 wutils.set_wifi_country_code(ad, WifiEnums.CountryCode.US)
|
D | WifiStaApConcurrencyTest.py | 67 wutils.set_wifi_country_code(ad, WifiEnums.CountryCode.US)
|
D | WifiThroughputStabilityTest.py | 279 wutils.set_wifi_country_code(self.dut,
|
D | WifiRoamingPerformanceTest.py | 469 wutils.set_wifi_country_code(self.dut,
|
D | WifiPingTest.py | 399 wutils.set_wifi_country_code(self.dut,
|
/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/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/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/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)
|
/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 | 79 wutils.set_wifi_country_code(ad, wutils.WifiEnums.CountryCode.US)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/ |
D | AwareBaseTest.py | 81 wutils.set_wifi_country_code(ad, wutils.WifiEnums.CountryCode.US)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_test_utils.py | 834 set_wifi_country_code(ad, WifiEnums.CountryCode.US) 838 def set_wifi_country_code(ad, country_code): function 2863 set_wifi_country_code(dut, country_code)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/ |
D | WifiAwareRvrTest.py | 236 wutils.set_wifi_country_code(ad, self.country_code)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | PowerBaseTest.py | 188 wutils.set_wifi_country_code(self.dut, 'US')
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/ |
D | DataPathTest.py | 1749 wutils.set_wifi_country_code(init_dut, init_domain) 1750 wutils.set_wifi_country_code(resp_dut, resp_domain)
|
12