Searched refs:iw_command (Results 1 – 4 of 4) sorted by relevance
78 iw_command = iw_runner.IwRunner(capture_host)88 networks = iw_command.scan(capture_interface)
84 iw_command = iw_runner.IwRunner(capture_host)94 networks = iw_command.scan(capture_interface)
99 def __init__(self, iw_command, dut, timeout_seconds): argument107 self._iw_command = iw_command
747 iw_command = '%s dev %s scan%s%s' % (self._command_iw,749 command = IW_TIME_COMMAND_FORMAT % iw_command