Home
last modified time | relevance | path

Searched refs:target_ssid (Results 1 – 10 of 10) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dwlan_policy_lib.py66 def wlanSaveNetwork(self, target_ssid, security_type, target_pwd=None): argument
81 "target_ssid": target_ssid,
88 def wlanRemoveNetwork(self, target_ssid, security_type, target_pwd=None): argument
100 "target_ssid": target_ssid,
128 def wlanConnect(self, target_ssid, security_type): argument
141 "target_ssid": target_ssid,
Dwlan_ap_policy_lib.py25 def wlanStartAccessPoint(self, target_ssid, security_type, target_pwd, argument
46 "target_ssid": target_ssid,
55 def wlanStopAccessPoint(self, target_ssid, security_type, target_pwd=""): argument
70 "target_ssid": target_ssid,
Dwlan_lib.py59 target_ssid, argument
72 "target_ssid": target_ssid,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py99 target_ssid, argument
210 target_ssid, argument
228 network = {'SSID': target_ssid, 'hiddenSSID': hidden}
339 target_ssid, argument
366 target_ssid, None)
370 % target_ssid)
374 target_ssid, bss_descs_for_ssid[0], target_pwd=target_pwd)
378 target_ssid, target_security, password=target_pwd)
497 def save_network(self, target_ssid, security_type=None, target_pwd=None): argument
505 target_ssid, security_type, password=target_pwd):
[all …]
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanScanTest.py188 target_ssid = wlan_network_params['SSID']
189 self.log.info("got the ssid! %s", target_ssid)
196 target_ssid,
197 bss_scan_response[target_ssid][0],
DBeaconLossTest.py104 self.dut.associate(target_ssid=self.ssid)
129 self.dut.associate(target_ssid=self.ssid)
DChannelSwitchTest.py117 self.dut.associate(target_ssid=self.ssid)
DSoftApTest.py878 target_ssid=ap_ssid,
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/
DPolicyScanTest.py166 target_ssid = wlan_network_params["SSID"]
172 target_ssid, target_security, password=target_pwd)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanWmmTest.py274 target_ssid=ssid,