Searched refs:target_ssid (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/ |
D | wlan_device.py | 95 target_ssid, argument 171 target_ssid, argument 188 network = {'SSID': target_ssid, 'hiddenSSID': hidden} 262 target_ssid, argument 279 target_ssid, target_pwd=target_pwd)
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | wlan_lib.py | 46 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/ |
D | WlanScanTest.py | 184 target_ssid = wlan_network_params['SSID'] 185 self.log.info("got the ssid! %s", target_ssid) 191 target_ssid,
|