Searched refs:WIFI_CONFIG_APBAND_5G (Results 1 – 20 of 20) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiSoftApAcsTest.py | 32 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 242 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 272 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 290 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 308 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 326 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 344 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 362 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 380 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) 398 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_5G) [all …]
|
D | WifiStaApConcurrencyStressTest.py | 25 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 121 self.verify_softap_full_on_off(self.open_5g, WIFI_CONFIG_APBAND_5G) 132 self.verify_softap_full_on_off(self.open_5g, WIFI_CONFIG_APBAND_5G) 164 self.verify_softap_full_on_off(self.open_2g, WIFI_CONFIG_APBAND_5G) 196 WIFI_CONFIG_APBAND_5G, check_connectivity=False) 207 WIFI_CONFIG_APBAND_5G, check_connectivity=False) 218 WIFI_CONFIG_APBAND_5G, check_connectivity=False) 253 WIFI_CONFIG_APBAND_5G, check_connectivity=False)
|
D | WifiStaApConcurrencyTest.py | 26 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 279 self.open_5g, WIFI_CONFIG_APBAND_5G) 286 self.open_5g, WIFI_CONFIG_APBAND_5G) 307 self.open_2g, WIFI_CONFIG_APBAND_5G) 333 self.open_5g, WIFI_CONFIG_APBAND_5G) 340 self.open_5g, WIFI_CONFIG_APBAND_5G) 347 self.open_2g, WIFI_CONFIG_APBAND_5G) 369 self.open_2g, WIFI_CONFIG_APBAND_5G)
|
D | WifiTetheringPowerTest.py | 29 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 164 self._start_wifi_tethering(WIFI_CONFIG_APBAND_5G) 187 self._start_wifi_tethering(WIFI_CONFIG_APBAND_5G) 212 self._start_wifi_tethering(WIFI_CONFIG_APBAND_5G) 237 self._start_wifi_tethering(WIFI_CONFIG_APBAND_5G) 262 self._start_wifi_tethering(WIFI_CONFIG_APBAND_5G)
|
D | WifiTethering5GOpenOTATest.py | 23 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 48 WIFI_CONFIG_APBAND_5G)
|
D | WifiTethering5GPskOTATest.py | 23 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 48 WIFI_CONFIG_APBAND_5G)
|
D | WifiTetheringTest.py | 32 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 417 self._start_wifi_tethering(WIFI_CONFIG_APBAND_5G) 444 self._start_wifi_tethering(WIFI_CONFIG_APBAND_5G) 469 self._start_wifi_tethering(WIFI_CONFIG_APBAND_5G) 549 WIFI_CONFIG_APBAND_5G) 592 config[wutils.WifiEnums.AP_BAND_KEY] = WIFI_CONFIG_APBAND_5G
|
D | WifiSoftApPerformanceTest.py | 224 sap_band_enum=wutils.WifiEnums.WIFI_CONFIG_APBAND_5G, 232 sap_band_enum=wutils.WifiEnums.WIFI_CONFIG_APBAND_5G,
|
D | WifiSoftApTest.py | 30 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 334 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_5G) 370 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_5G, True) 468 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_5G, test_ping=True) 492 self.validate_full_tether_startup(WIFI_CONFIG_APBAND_5G, test_clients=True)
|
D | WifiAutoUpdateTest.py | 23 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 128 band = WIFI_CONFIG_APBAND_5G
|
D | WifiMacRandomizationTest.py | 31 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G
|
D | WifiStressTest.py | 440 WifiEnums.WIFI_CONFIG_APBAND_5G)
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/ |
D | RangeSoftApTest.py | 19 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 55 band=WIFI_CONFIG_APBAND_5G,
|
D | RangeApSupporting11McTest.py | 22 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 154 band=WIFI_CONFIG_APBAND_5G,
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/ |
D | cellular_hotspot_traffic_power_test.py | 19 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 151 self.wifi_band = WIFI_CONFIG_APBAND_5G
|
/tools/test/connectivity/acts/tests/google/power/wifi/ |
D | PowerWiFiHotspotTest.py | 21 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 114 wifi_band_id = WIFI_CONFIG_APBAND_5G
|
/tools/test/connectivity/acts/tests/google/coex/hotspot_tests/ |
D | HotspotWiFiChannelTest.py | 192 wband = WifiEnums.WIFI_CONFIG_APBAND_5G
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveDataTest.py | 103 from acts.test_utils.tel.tel_test_utils import WIFI_CONFIG_APBAND_5G 1382 ap_band=WIFI_CONFIG_APBAND_5G, 1426 ap_band=WIFI_CONFIG_APBAND_5G, 1540 ap_band=WIFI_CONFIG_APBAND_5G, 1590 ap_band=WIFI_CONFIG_APBAND_5G,
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_test_utils.py | 111 WIFI_CONFIG_APBAND_5G = WIFI_CONFIG_SOFTAP_BAND_5G variable in WifiEnums
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 190 WIFI_CONFIG_APBAND_5G = wifi_test_utils.WifiEnums.WIFI_CONFIG_APBAND_5G variable
|