Searched refs:ap_params (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/fuchsia/dhcp/ |
D | Dhcpv4InteropTest.py | 76 def connect(self, ap_params): argument 78 self.dut.associate(ap_params['ssid'], 79 target_pwd=ap_params['password'], 80 target_security=ap_params['target_security']), 189 ap_params = self.setup_ap() 191 subnet=ap_params['network'], 192 router=ap_params['ip'], 202 self.connect(ap_params=ap_params) 245 asserts.assert_true(self.device_can_ping(ap_params['ip']), 258 ap_params = self.setup_ap() [all …]
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | SoftApTest.py | 855 def start_client_mode_and_verify_connected(self, ap_params): argument 866 ap_ssid = ap_params['ssid'] 867 ap_password = ap_params['password'] 868 ap_channel = ap_params['channel'] 869 ap_security = ap_params.get('security') 892 def stop_client_mode_and_verify_disconnected(self, ap_params): argument 904 STATE_DOWN, ap_params['channel']): 947 ap_params = settings['ap_params'] 948 ap_channel = ap_params['channel'] 949 ap_profile = ap_params.pop('profile') [all …]
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/ |
D | WlanWmmTest.py | 254 def associate_transceiver(self, wmm_transceiver, ap_params): argument 265 ssid = ap_params['ssid'] 268 security = ap_params.get('security')
|