git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e75c091
)
modules/admin-full: add assoclist to wifi status JSON response
author
Jo-Philipp Wich
<redacted>
Mon, 8 Nov 2010 21:52:09 +0000
(21:52 +0000)
committer
Jo-Philipp Wich
<redacted>
Mon, 8 Nov 2010 21:52:09 +0000
(21:52 +0000)
modules/admin-full/luasrc/controller/admin/network.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/controller/admin/network.lua
b/modules/admin-full/luasrc/controller/admin/network.lua
index df4529d3413b2a7969400c1cab9e120ca4a164ea..b9d9d845ef5920739fdff6d4bf704d99bc4d0dca 100644
(file)
--- a/
modules/admin-full/luasrc/controller/admin/network.lua
+++ b/
modules/admin-full/luasrc/controller/admin/network.lua
@@
-235,7
+235,7
@@
function wifi_status()
for _, f in ipairs({
"channel", "frequency", "txpower", "bitrate", "signal", "noise",
"quality", "quality_max", "mode", "ssid", "bssid", "country",
- "encryption", "ifname"
+ "encryption", "ifname"
, "assoclist"
}) do
j[f] = iw[f]
end
git clone https://git.99rst.org/PROJECT