Skip to content
Snippets Groups Projects
Commit eae7c473 authored by Michael Schwarz's avatar Michael Schwarz
Browse files

Change wlan devices to new naming in gluon 2015.1

parent 2b92e12d
No related branches found
No related tags found
No related merge requests found
...@@ -88,14 +88,14 @@ if oldReport==nil then ...@@ -88,14 +88,14 @@ if oldReport==nil then
-- get wireless status -- get wireless status
debugdata = debugdata .. "---- BEGIN WIRELESS INFORMATION ----\n" debugdata = debugdata .. "---- BEGIN WIRELESS INFORMATION ----\n"
debugdata = debugdata .. cmd("iw phy phy0 info") debugdata = debugdata .. cmd("iw phy phy0 info")
debugdata = debugdata .. cmd("iw dev wlan0 info") debugdata = debugdata .. cmd("iw dev mesh0 info")
debugdata = debugdata .. cmd("iw dev wlan0 station dump") debugdata = debugdata .. cmd("iw dev mesh0 station dump")
debugdata = debugdata .. cmd("iw dev wlan0-1 station dump") debugdata = debugdata .. cmd("iw dev client0 station dump")
debugdata = debugdata .. cmd("iwinfo phy0 scan") debugdata = debugdata .. cmd("iwinfo phy0 scan")
debugdata = debugdata .. cmd("iwinfo wlan0 info") debugdata = debugdata .. cmd("iwinfo mesh0 info")
debugdata = debugdata .. cmd("iwinfo wlan0-1 info") debugdata = debugdata .. cmd("iwinfo client0 info")
debugdata = debugdata .. cmd("iwinfo wlan0 assoclist") debugdata = debugdata .. cmd("iwinfo mesh0 assoclist")
debugdata = debugdata .. cmd("iwinfo wlan0-1 assoclist") debugdata = debugdata .. cmd("iwinfo client0 assoclist")
debugdata = debugdata .. "---- END WIRELESS INFORMATION ----\n\n" debugdata = debugdata .. "---- END WIRELESS INFORMATION ----\n\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment