Home
last modified time | relevance | path

Searched refs:connection_response (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanScanTest.py159 def check_connect_response(self, connection_response): argument
165 if connection_response.get("error") is None:
168 connection_result = connection_response.get("result")
179 connection_response.get("error"))
195 connection_response = fd.sl4f.wlan_lib.wlanConnectToNetwork(
199 self.check_connect_response(connection_response)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/
DPolicyScanTest.py171 connection_response = fd.wlan_policy_controller.save_and_connect(
173 if not connection_response:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py373 connection_response = self.device.sl4f.wlan_lib.wlanConnectToNetwork(
375 return self.device.check_connect_response(connection_response)