| /tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/ |
| D | wlan_policy_controller.py | 195 security_type, argument 240 def save_network(self, ssid, security_type, password=None): argument 259 def remove_network(self, ssid, security_type, password=None): argument 309 def send_connect_command(self, ssid, security_type): argument 331 def wait_for_connect(self, ssid, security_type, timeout=30): argument 381 security_type, argument
|
| /tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/ |
| D | SavedNetworksTest.py | 79 def save_bad_network(self, fd, ssid, security_type, password=""): argument 96 def check_get_saved_network(self, fd, ssid, security_type, credential_type, argument 159 def save_and_check_network(self, ssid, security_type, password=""): argument 177 def start_ap(self, ssid, security_type, password=None, hidden=False): argument 216 def same_network_identifier(self, net_id, ssid, security_type): argument
|
| D | StartStopClientConnectionsTest.py | 73 def connect_and_validate(self, fd, ssid, security_type, expected_response): argument
|
| /tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
| D | wlan_ap_policy_lib.py | 26 def wlanStartAccessPoint(self, target_ssid, security_type, target_pwd, argument 58 def wlanStopAccessPoint(self, target_ssid, security_type, target_pwd=""): argument
|
| D | wlan_policy_lib.py | 83 def wlanSaveNetwork(self, target_ssid, security_type, target_pwd=None): argument 107 def wlanRemoveNetwork(self, target_ssid, security_type, target_pwd=None): argument 153 def wlanConnect(self, target_ssid, security_type): argument
|
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/ |
| D | __init__.py | 385 def set_security(self, network, security_type, *password): argument
|
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
| D | wlan_device.py | 500 def save_network(self, target_ssid, security_type=None, target_pwd=None): argument
|