Home
last modified time | relevance | path

Searched refs:cmd_iw (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/network/
Dpacket_capturer.py98 def get_packet_capturer(host, host_description=None, cmd_ip=None, cmd_iw=None, argument
100 cmd_iw = cmd_iw or path_utils.get_install_path('iw', host=host)
105 if None in [cmd_iw, cmd_ip, cmd_netdump, host_description, logdir]:
114 return PacketCapturer(host, host_description, cmd_ip, cmd_iw, cmd_netdump,
215 def __init__(self, host, host_description, cmd_ip, cmd_iw, cmd_netdump, argument
218 self._cmd_iw = cmd_iw
/external/autotest/server/
Dsite_linux_system.py102 cmd_iw = path_utils.must_be_installed('/usr/sbin/iw', host=self.host)
110 cmd_iw=cmd_iw, ignore_failures=True, logdir=self.logdir)
112 command_iw=cmd_iw)