mirror of https://github.com/aredn/aredn.git
bugfix: wrong syntax for iw
This commit is contained in:
parent
28f038edd5
commit
3cd84b3dfc
|
@ -154,7 +154,7 @@ die "bad interface" if not defined $iface;
|
||||||
|
|
||||||
if($raw)
|
if($raw)
|
||||||
{
|
{
|
||||||
system("/usr/bin/iw dev $iface wlan0 scan");
|
system("/usr/bin/iw dev $iface scan");
|
||||||
system("/usr/sbin/iw dev $iface station dump");
|
system("/usr/sbin/iw dev $iface station dump");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue