Home
last modified time | relevance | path

Searched defs:target_ssid (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dwlan_ap_policy_lib.py25 def wlanStartAccessPoint(self, target_ssid, security_type, target_pwd, argument
55 def wlanStopAccessPoint(self, target_ssid, security_type, target_pwd=""): argument
Dwlan_policy_lib.py66 def wlanSaveNetwork(self, target_ssid, security_type, target_pwd=None): argument
88 def wlanRemoveNetwork(self, target_ssid, security_type, target_pwd=None): argument
128 def wlanConnect(self, target_ssid, security_type): argument
Dwlan_lib.py59 target_ssid, argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py99 target_ssid, argument
210 target_ssid, argument
339 target_ssid, argument
497 def save_network(self, target_ssid, security_type=None, target_pwd=None): argument