Home
last modified time | relevance | path

Searched refs:wlanConnectToNetwork (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DWlanScanTest.py103 connection_response = self.dut.wlan_lib.wlanConnectToNetwork(target_ssid)
116 connection_response = self.dut.wlan_lib.wlanConnectToNetwork(target_ssid, target_pwd)
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dwlan_lib.py41 def wlanConnectToNetwork(self, target_ssid, target_pwd=None): member in FuchsiaWlanLib