Home
last modified time | relevance | path

Searched refs:target_pwd (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dwlan_device.py96 target_pwd=None, argument
172 target_pwd=None, argument
189 if target_pwd:
190 network['password'] = target_pwd
263 target_pwd=None, argument
279 target_ssid, target_pwd=target_pwd)
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dwlan_lib.py46 def wlanConnectToNetwork(self, target_ssid, target_pwd=None): argument
56 test_args = {"target_ssid": target_ssid, "target_pwd": target_pwd}
/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DWlanScanTest.py186 target_pwd = None
188 target_pwd = wlan_network_params['password']
192 target_pwd)