summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-08 21:52:09 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-08 21:52:09 +0000
commitb9c9b7ffeb5e9670590e9dfc1a5a35caf6e11212 (patch)
treedbe215cf7d021c07920e32ab70865da5cbf4f464 /modules
parente75c0911a3596be125c9eed1b53271e86546f6d1 (diff)
modules/admin-full: add assoclist to wifi status JSON response
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-full/luasrc/controller/admin/network.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/network.lua b/modules/admin-full/luasrc/controller/admin/network.lua
index df4529d34..b9d9d845e 100644
--- 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