Searched refs:connection_response (Results 1 – 3 of 3) sorted by relevance
159 def check_connect_response(self, connection_response): argument165 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)
171 connection_response = fd.wlan_policy_controller.save_and_connect(173 if not connection_response:
373 connection_response = self.device.sl4f.wlan_lib.wlanConnectToNetwork(375 return self.device.check_connect_response(connection_response)