Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DWlanScanTest.py155 def check_connect_response(self, connection_response): argument
161 if connection_response.get("error") is None:
164 connection_result = connection_response.get("result")
175 % connection_response.get("error"))
190 connection_response = fd.wlan_lib.wlanConnectToNetwork(
193 self.check_connect_response(connection_response)
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dwlan_device.py278 connection_response = self.device.wlan_lib.wlanConnectToNetwork(
281 return self.device.check_connect_response(connection_response)