Searched refs:ap_params (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/fuchsia/dhcp/ |
D | Dhcpv4InteropTest.py | 82 def connect(self, ap_params): argument 84 self.dut.associate(ap_params['ssid'], 85 target_pwd=ap_params['password'], 86 target_security=ap_params['target_security']), 195 ap_params = self.setup_ap() 197 subnet=ap_params['network'], 198 router=ap_params['ip'], 208 self.connect(ap_params=ap_params) 248 asserts.assert_true(self.device_can_ping(ap_params['ip']), 261 ap_params = self.setup_ap() [all …]
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | SoftApTest.py | 854 def start_client_mode_and_verify_connected(self, ap_params): argument 865 ap_ssid = ap_params['ssid'] 866 ap_password = ap_params['password'] 867 ap_channel = ap_params['channel'] 868 ap_security = ap_params.get('security') 891 def stop_client_mode_and_verify_disconnected(self, ap_params): argument 903 STATE_DOWN, ap_params['channel']): 946 ap_params = settings['ap_params'] 947 ap_channel = ap_params['channel'] 948 ap_profile = ap_params.pop('profile') [all …]
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/ |
D | WlanWmmTest.py | 253 def associate_transceiver(self, wmm_transceiver, ap_params): argument 264 ssid = ap_params['ssid'] 267 security = ap_params.get('security')
|