HomeSort by relevance Sort by last modified time
    Searched refs:WiFiClient (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/cros/chaos_lib/
chaos_runner.py 125 with contextlib.closing(wifi_client.WiFiClient(
  /external/autotest/server/cros/clique_lib/
clique_dut_locker.py 187 dut_wifi_client = wifi_client.WiFiClient(dut_host, './debug', False)
273 """Unlock DUTs after we're done and close the associated WifiClient."""
  /external/autotest/server/cros/network/
connection_worker.py 46 """Prepare the SSHHost object into WiFiClient object
69 self.work_client = wifi_client.WiFiClient(
118 @param client: WiFiClient object representing the DUT
147 @param client: WiFiClient object representing the DUT
188 @param client: WiFiClient object representing the DUT
257 @param client: WiFiClient object representing the DUT
wifi_test_context_manager.py 46 """@return WiFiClient object abstracting the DUT."""
70 self._client_proxy = wifi_client.WiFiClient(
wifi_client.py 127 class WiFiClient(site_linux_system.LinuxSystem):
128 """WiFiClient is a thin layer of logic over a remote DUT in wifitests."""
322 Construct a WiFiClient.
330 super(WiFiClient, self).__init__(client_host, 'client',
456 super(WiFiClient, self).close()
    [all...]

Completed in 68 milliseconds