diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2020-10-10 03:45:06 +0200 |
---|---|---|
committer | Ansuel Smith <ansuelsmth@gmail.com> | 2020-10-17 17:47:50 +0200 |
commit | 6cf849bcf6a440d57ee4a8190d56c6861963432a (patch) | |
tree | 42187244491656f992138c134a465495ee05f117 /modules/luci-mod-status/root/usr/share/rpcd/acl.d | |
parent | 095309cf0260e6c0ba6ccaaab5bb94e2a1dfc71c (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.json | 2 |
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" ] } } } |