Home
last modified time | relevance | path

Searched refs:connect_to_wifi_network_with_id (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/
DWifiManagerTest.py213 def connect_to_wifi_network_with_id(self, network_id, network_ssid): member in WifiManagerTest
370 reconnect = self.connect_to_wifi_network_with_id(
393 reconnect = self.connect_to_wifi_network_with_id(
420 reconnect = self.connect_to_wifi_network_with_id(
454 reconnect = self.connect_to_wifi_network_with_id(
492 reconnect = self.connect_to_wifi_network_with_id(
629 reconnect_2g = self.connect_to_wifi_network_with_id(
636 reconnect_5g = self.connect_to_wifi_network_with_id(
656 reconnect_2g = self.connect_to_wifi_network_with_id(
662 reconnect_5g = self.connect_to_wifi_network_with_id(
DWifiConnectedMacRandomizationTest.py204 reconnect_2g = wutils.connect_to_wifi_network_with_id(
217 reconnect_5g = wutils.connect_to_wifi_network_with_id(
DWifiAutoUpdateTest.py225 if not wutils.connect_to_wifi_network_with_id(self.dut,
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py1263 def connect_to_wifi_network_with_id(ad, network_id, network_ssid): function