summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-status/root/usr/share/rpcd/acl.d
diff options
context:
space:
mode:
authorAnsuel Smith <ansuelsmth@gmail.com>2020-10-10 03:45:06 +0200
committerAnsuel Smith <ansuelsmth@gmail.com>2020-10-17 17:47:50 +0200
commit6cf849bcf6a440d57ee4a8190d56c6861963432a (patch)
tree42187244491656f992138c134a465495ee05f117 /modules/luci-mod-status/root/usr/share/rpcd/acl.d
parent095309cf0260e6c0ba6ccaaab5bb94e2a1dfc71c (diff)
luci-mod-status: add WPS control for wifi info
Add a way to trigger and get the WPS Push Button status from the webui if supported. Fixes: #1072 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'modules/luci-mod-status/root/usr/share/rpcd/acl.d')
-rw-r--r--modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json2
1 files changed, 1 insertions, 1 deletions
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..db52c73137 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
@@ -125,7 +125,7 @@
},
"write": {
"ubus": {
- "hostapd.*": [ "del_client" ]
+ "hostapd.*": [ "del_client", "wps_start", "wps_cancel", "wps_status" ]
}
}
}