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

Merge branch 'v2015.1.x'

parents 8d1781e3 1b9c1796
No related branches found
No related tags found
No related merge requests found
......@@ -88,13 +88,13 @@ if oldReport==nil then
-- get wireless status
debugdata = debugdata .. "---- BEGIN WIRELESS INFORMATION ----\n"
debugdata = debugdata .. cmd("iw phy phy0 info")
debugdata = debugdata .. cmd("iw dev ibss0 info")
debugdata = debugdata .. cmd("iw dev ibss0 station dump")
debugdata = debugdata .. cmd("iw dev mesh0 info")
debugdata = debugdata .. cmd("iw dev mesh0 station dump")
debugdata = debugdata .. cmd("iw dev client0 station dump")
debugdata = debugdata .. cmd("iwinfo phy0 scan")
debugdata = debugdata .. cmd("iwinfo ibss0 info")
debugdata = debugdata .. cmd("iwinfo mesh0 info")
debugdata = debugdata .. cmd("iwinfo client0 info")
debugdata = debugdata .. cmd("iwinfo ibss0 assoclist")
debugdata = debugdata .. cmd("iwinfo mesh0 assoclist")
debugdata = debugdata .. cmd("iwinfo client0 assoclist")
debugdata = debugdata .. "---- END WIRELESS INFORMATION ----\n\n"
......@@ -182,4 +182,4 @@ end
print("-- You've almost reached your decision gate, and I cannot spare you any more time. End of Line.")
os.exit(0)
os.exit(0)
\ No newline at end of file
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