Home
last modified time | relevance | path

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

/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiManagerTest.py248 def connect_to_wifi_network_with_id(self, network_id, network_ssid): member in WifiManagerTest
407 reconnect = self.connect_to_wifi_network_with_id(
432 reconnect = self.connect_to_wifi_network_with_id(
465 reconnect = self.connect_to_wifi_network_with_id(
502 reconnect = self.connect_to_wifi_network_with_id(
543 reconnect = self.connect_to_wifi_network_with_id(
716 reconnect_2g = self.connect_to_wifi_network_with_id(
722 reconnect_5g = self.connect_to_wifi_network_with_id(
812 reconnect = self.connect_to_wifi_network_with_id(
DWifiConnectedMacRandomizationTest.py203 reconnect_2g = wutils.connect_to_wifi_network_with_id(
214 reconnect_5g = wutils.connect_to_wifi_network_with_id(
DWifiWpa3AutoUpdateTest.py198 if not wutils.connect_to_wifi_network_with_id(self.dut, network[NETID],
DWifiAutoUpdateTest.py424 if not wutils.connect_to_wifi_network_with_id(self.dut,
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py1538 def connect_to_wifi_network_with_id(ad, network_id, network_ssid): function