Home
last modified time | relevance | path

Searched refs:set_wifi_country_code (Results 1 – 25 of 32) sorted by relevance

12

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiSoftApMultiCountryTest.py246 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)
DWifiCountrySoftApAcsTest.py77 wutils.set_wifi_country_code(
99 wutils.set_wifi_country_code(ad, country_code)
DWifiMacRandomizationTest.py497 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US)
498 wutils.set_wifi_country_code(self.dut_client, wutils.WifiEnums.CountryCode.US)
DWifiSoftApTest.py118 wutils.set_wifi_country_code(
133 wutils.set_wifi_country_code(ad, self.country_code)
1211 wutils.set_wifi_country_code(
DWifiStressTest.py443 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US)
444 wutils.set_wifi_country_code(self.dut_client, wutils.WifiEnums.CountryCode.US)
DWifiTxPowerCheckTest.py822 wutils.set_wifi_country_code(self.dut, testcase_params['country_code'])
827 wutils.set_wifi_country_code(self.dut, testcase_params['country_code'])
DWifiPingTest.py456 wutils.set_wifi_country_code(
460 wutils.set_wifi_country_code(
DWifiSensitivityTest.py447 wutils.set_wifi_country_code(self.dut,
451 wutils.set_wifi_country_code(self.dut,
DWifiCellCoexChannelAvoidTest.py239 wutils.set_wifi_country_code(self.dut, country_code='US')
DWifiChaosTest.py120 wutils.set_wifi_country_code(self.dut, wutils.WifiEnums.CountryCode.US)
DWifiRvrTest.py564 wutils.set_wifi_country_code(self.sta_dut,
570 wutils.set_wifi_country_code(self.sta_dut,
DWifiChannelSwitchStressTest.py59 wutils.set_wifi_country_code(ad, WifiEnums.CountryCode.US)
DWifiSoftApPerformanceTest.py161 wutils.set_wifi_country_code(dev, wutils.WifiEnums.CountryCode.US)
DWifiRoamingTest.py75 wutils.set_wifi_country_code(ad, self.country_code)
278 wutils.set_wifi_country_code(
DWifiStaApConcurrencyTest.py67 wutils.set_wifi_country_code(ad, WifiEnums.CountryCode.US)
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DProtocolsMultiCountryTest.py141 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/
DWifiP2pMultiCoutryTest.py123 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/
DHotspotWiFiChannelTest.py190 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/
DPowerWiFiHotspotTest.py94 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/
DWifiP2pRvrTest.py118 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/
Dcellular_hotspot_traffic_power_test.py106 wutils.set_wifi_country_code(dut, country_code)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/rtt/
DRttBaseTest.py70 wutils.set_wifi_country_code(ad, wutils.WifiEnums.CountryCode.US)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/
DAwareBaseTest.py72 wutils.set_wifi_country_code(ad, wutils.WifiEnums.CountryCode.US)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerWiFiBaseTest.py54 wutils.set_wifi_country_code(self.dut, 'US')
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py842 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