Searched refs:target_ssid (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | wlan_device.py | 100 target_ssid, argument 215 target_ssid, argument 233 network = {'SSID': target_ssid, 'hiddenSSID': hidden} 351 target_ssid, argument 378 target_ssid, None) 382 % target_ssid) 386 target_ssid, bss_descs_for_ssid[0], target_pwd=target_pwd) 390 target_ssid, target_security, password=target_pwd) 512 def save_network(self, target_ssid, security_type=None, target_pwd=None): argument 520 target_ssid, security_type, password=target_pwd): [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | wlan_policy_lib.py | 83 def wlanSaveNetwork(self, target_ssid, security_type, target_pwd=None): argument 100 "target_ssid": target_ssid, 107 def wlanRemoveNetwork(self, target_ssid, security_type, target_pwd=None): argument 121 "target_ssid": target_ssid, 153 def wlanConnect(self, target_ssid, security_type): argument 168 "target_ssid": target_ssid,
|
D | wlan_ap_policy_lib.py | 26 def wlanStartAccessPoint(self, target_ssid, security_type, target_pwd, argument 49 "target_ssid": target_ssid, 58 def wlanStopAccessPoint(self, target_ssid, security_type, target_pwd=""): argument 75 "target_ssid": target_ssid,
|
D | wlan_lib.py | 65 target_ssid, argument 78 "target_ssid": target_ssid,
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | WlanScanTest.py | 192 target_ssid = wlan_network_params['SSID'] 193 self.log.info("got the ssid! %s", target_ssid) 200 target_ssid, 201 bss_scan_response[target_ssid][0],
|
D | BeaconLossTest.py | 106 self.dut.associate(target_ssid=self.ssid) 131 self.dut.associate(target_ssid=self.ssid)
|
D | ChannelSwitchTest.py | 117 self.dut.associate(target_ssid=self.ssid)
|
D | SoftApTest.py | 877 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 | 273 target_ssid=ssid,
|