Lines Matching refs:monitor
24 for monitor in monitors:
25 if monitor not in hosts and monitor != "all":
26 mons.append(monitor)
60 for monitor in host.monitors:
61 host.execute(["ifconfig", monitor, "down"])
106 for monitor in host.monitors:
107 host.execute(["ifconfig", monitor, "up"])
108 tshark = tshark + " -i " + monitor
109 log_monitor = log_monitor + "_" + monitor
133 for monitor in monitors:
134 if monitor != "all" and monitor != host.name:
147 for monitor in host.monitors:
148 host.execute(["iw", monitor, "del"])
149 host.monitors.remove(monitor)