mirror of https://github.com/aredn/aredn.git
bugfix: extend support tool to capture more info from iw as we now use it more than iwinfo
This commit is contained in:
parent
51272c37df
commit
0fdeb4e7eb
|
@ -74,6 +74,9 @@ use perlfunc;
|
||||||
"iwinfo",
|
"iwinfo",
|
||||||
"iwinfo wlan0 assoclist",
|
"iwinfo wlan0 assoclist",
|
||||||
"iw phy phy0 info",
|
"iw phy phy0 info",
|
||||||
|
"iw dev wlan0 info",
|
||||||
|
"iw dev wlan0 scan",
|
||||||
|
"iw dev wlan0 station dump",
|
||||||
"logread",
|
"logread",
|
||||||
"md5sum /www/cgi-bin/*",
|
"md5sum /www/cgi-bin/*",
|
||||||
"echo /all | nc 127.0.0.1 2006",
|
"echo /all | nc 127.0.0.1 2006",
|
||||||
|
|
Loading…
Reference in New Issue