Searched refs:target_ssid (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | wlan_policy_lib.py | 66 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,
|
D | wlan_ap_policy_lib.py | 25 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,
|
D | wlan_lib.py | 59 target_ssid, argument 72 "target_ssid": target_ssid,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | wlan_device.py | 99 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/ |
D | WlanScanTest.py | 188 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],
|
D | BeaconLossTest.py | 104 self.dut.associate(target_ssid=self.ssid) 129 self.dut.associate(target_ssid=self.ssid)
|
D | ChannelSwitchTest.py | 117 self.dut.associate(target_ssid=self.ssid)
|
D | SoftApTest.py | 878 target_ssid=ap_ssid,
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/ |
D | PolicyScanTest.py | 166 target_ssid = wlan_network_params["SSID"] 172 target_ssid, target_security, password=target_pwd)
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/ |
D | WlanWmmTest.py | 274 target_ssid=ssid,
|