Lines Matching refs:execute
49 host.execute(["iw", "reg", "set", setup_params['country']])
61 host.execute(["ifconfig", monitor, "down"])
79 host.execute(["ifconfig", iface, " down"])
80 host.execute(["rfkill", "unblock", "wifi"])
81 host.execute(["iw", iface, "set type monitor"])
82 host.execute(["ifconfig", iface, "up"])
83 status, buf = host.execute(["iw", iface, "set", "freq", param['freq'],
107 host.execute(["ifconfig", monitor, "up"])
137 status, buf = host.execute(["iw", host.ifname, "interface", "add", mon,
141 host.execute(["ifconfig", mon, "up"])
148 host.execute(["iw", monitor, "del"])