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

  /external/autotest/client/common_lib/cros/network/
iw_runner.py 162 self._command_iw = command_iw
267 (self._command_iw, phy, interface, interface_type))
277 self._run('%s dev %s disconnect' % (self._command_iw, interface))
288 (self._command_iw, interface_name),
324 result = self._run('%s dev %s link' % (self._command_iw, interface),
356 (self._command_iw, interface))
388 ret = self._run('%s dev %s info' % (self._command_iw, interface))
412 ret = self._run('%s dev %s info' % (self._command_iw, interface))
436 (self._command_iw, interface, ssid, frequency))
446 self._run('%s dev %s ibss leave' % (self._command_iw, interface)
    [all...]
iw_event_logger.py 21 self._command_iw = command_iw
67 self._command_iw, self._iw_event_log_path)

Completed in 80 milliseconds