Home
last modified time | relevance | path

Searched defs:security_type (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/
Dwlan_policy_controller.py231 security_type, argument
276 def save_network(self, ssid, security_type, password=None): argument
295 def remove_network(self, ssid, security_type, password=None): argument
344 def send_connect_command(self, ssid, security_type): argument
366 def wait_for_connect(self, ssid, security_type, timeout=30): argument
416 security_type, argument
/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
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/
DSavedNetworksTest.py76 def save_bad_network(self, fd, ssid, security_type, password=""): argument
94 def check_get_saved_network(self, fd, ssid, security_type, credential_type, argument
157 def save_and_check_network(self, ssid, security_type, password=""): argument
175 def start_ap(self, ssid, security_type, password=None, hidden=False): argument
214 def same_network_identifier(self, net_id, ssid, security_type): argument
DStartStopClientConnectionsTest.py77 def connect_and_validate(self, fd, ssid, security_type, expected_response): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/
D__init__.py560 def set_security(self, network, security_type, *password): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py497 def save_network(self, target_ssid, security_type=None, target_pwd=None): argument