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

  /external/autotest/server/cros/chaos_lib/
static_runner.py 78 iw_command = iw_runner.IwRunner(capture_host)
88 networks = iw_command.scan(capture_interface)
chaos_runner.py 84 iw_command = iw_runner.IwRunner(capture_host)
94 networks = iw_command.scan(capture_interface)
  /external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/
network_WiFi_RoamOnLowPower.py 99 def __init__(self, iw_command, dut, timeout_seconds):
107 self._iw_command = iw_command
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 747 iw_command = '%s dev %s scan%s%s' % (self._command_iw,
749 command = IW_TIME_COMMAND_FORMAT % iw_command
    [all...]

Completed in 607 milliseconds