Searched refs:connection_response (Results 1 – 1 of 1) sorted by relevance
52 def check_connect_response(self, connection_response): argument53 if connection_response.get("error") is None:56 connection_result = connection_response.get("result")66 %connection_response.get("error"))103 connection_response = self.dut.wlan_lib.wlanConnectToNetwork(target_ssid)104 self.check_connect_response(connection_response)116 connection_response = self.dut.wlan_lib.wlanConnectToNetwork(target_ssid, target_pwd)117 self.check_connect_response(connection_response)