Home
last modified time | relevance | path

Searched refs:start_wifi_tethering (Results 1 – 21 of 21) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DNonConcurrencyTest.py69 wutils.start_wifi_tethering(dut, self.TETHER_SSID, password=None)
99 wutils.start_wifi_tethering(dut, self.TETHER_SSID, password=None)
164 wutils.start_wifi_tethering(dut_ap, ap_ssid, ap_password)
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
DRangeSoftApTest.py51 wutils.start_wifi_tethering(
DRangeApSupporting11McTest.py150 wutils.start_wifi_tethering(
/tools/test/connectivity/acts/tests/google/coex/hotspot_tests/
DHotspotWiFiChannelTest.py34 from acts.test_utils.wifi.wifi_test_utils import start_wifi_tethering
198 start_wifi_tethering(self.pri_ad, self.network['SSID'],
/tools/test/connectivity/acts/tests/google/wifi/
DWifiCrashStressTest.py143 wutils.start_wifi_tethering(
199 wutils.start_wifi_tethering(
DWifiTetheringTest.py154 wutils.start_wifi_tethering(self.hotspot_device,
524 wutils.start_wifi_tethering(
545 wutils.start_wifi_tethering(
DWifiSoftApPerformanceTest.py133 wutils.start_wifi_tethering(self.android_devices[0],
DWifiConnectedMacRandomizationTest.py242 wutils.start_wifi_tethering(self.dut_softap,
DWifiTetheringPowerTest.py108 wutils.start_wifi_tethering(self.hotspot_device,
DWifiSoftApTest.py196 wutils.start_wifi_tethering(self.dut,
399 wutils.start_wifi_tethering(self.dut,
DWifiStaApConcurrencyTest.py177 wutils.start_wifi_tethering(self.dut,
DWifiStressTest.py437 wutils.start_wifi_tethering(self.dut,
DWifiSoftApAcsTest.py139 wutils.start_wifi_tethering(self.dut,
DWifiManagerTest.py952 wutils.start_wifi_tethering(
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/
Dcellular_hotspot_traffic_power_test.py109 wutils.start_wifi_tethering(self.dut,
/tools/test/connectivity/acts/tests/google/power/wifi/
DPowerWiFiHotspotTest.py137 wutils.start_wifi_tethering(
/tools/test/connectivity/acts/tests/google/net/
DDataUsageTest.py299 wutils.start_wifi_tethering(dut_a,
389 wutils.start_wifi_tethering(dut_a,
/tools/test/connectivity/acts/tests/google/usb/
DUsbTetheringFunctionsTest.py133 wutils.start_wifi_tethering(self.dut,
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py935 def start_wifi_tethering(ad, ssid, password, band=None, hidden=None): function
2190 start_wifi_tethering(ad.dut,
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveDataTest.py85 from acts.test_utils.tel.tel_test_utils import start_wifi_tethering
2053 if not start_wifi_tethering(self.log, ad_host, ssid, password,
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py6533 def start_wifi_tethering(log, ad, ssid, password, ap_band=None): function
6546 wifi_test_utils.start_wifi_tethering,