summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-status/root/usr
diff options
context:
space:
mode:
authorAnsuel Smith <ansuelsmth@gmail.com>2020-11-21 02:01:41 +0100
committerAnsuel Smith <ansuelsmth@gmail.com>2020-12-06 02:24:05 +0100
commit91a00084575621d786d5cc49b202012d293b3baa (patch)
tree1b120224ba674de954f49725015c63e82ed1575a /modules/luci-mod-status/root/usr
parent84ba852993612701060410e7497c3c8d5f6f9c11 (diff)
luci-mod-status: add channel analysis support
Add channel analysis support. This can be very useful as a user can directly use the webui to check wifi channel utilization without using external tool. This use data already provided by iwinfo. Fixes: #4572 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'modules/luci-mod-status/root/usr')
-rw-r--r--modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json13
-rw-r--r--modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json9
2 files changed, 22 insertions, 0 deletions
diff --git a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
index e8eee643d5..0f066e67ad 100644
--- a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
+++ b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
@@ -71,6 +71,19 @@
}
},
+ "admin/status/channel_analysis": {
+ "title": "Channel Analysis",
+ "order": 7,
+ "action": {
+ "type": "view",
+ "path": "status/channel_analysis"
+ },
+ "depends": {
+ "acl": [ "luci-mod-status-channel_analysis" ],
+ "uci": { "wireless": { "@wifi-device": true } }
+ }
+ },
+
"admin/status/realtime": {
"title": "Realtime Graphs",
"order": 7,
diff --git a/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json b/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json
index 05569d7603..4c9067db15 100644
--- a/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json
+++ b/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json
@@ -56,6 +56,15 @@
}
},
+ "luci-mod-status-channel_analysis": {
+ "description": "Grant access to the system route status",
+ "read": {
+ "ubus": {
+ "iwinfo": [ "info", "freqlist" ]
+ }
+ }
+ },
+
"luci-mod-status-firewall": {
"description": "Grant access to firewall status",
"read": {