Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanScanTest.py157 def check_connect_response(self, connection_response): argument
163 if connection_response.get("error") is None:
166 connection_result = connection_response.get("result")
177 connection_response.get("error"))
193 connection_response = fd.wlan_lib.wlanConnectToNetwork(
197 self.check_connect_response(connection_response)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py382 connection_response = self.device.wlan_lib.wlanConnectToNetwork(
384 return self.device.check_connect_response(connection_response)