diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-10-30 21:19:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 21:19:40 +0100 |
commit | 40acd95726f055d2f161eadccfbceadf7f2bda83 (patch) | |
tree | ada1841bc04c0e455af5da2623d22076de9f4235 /modules/luci-base | |
parent | 988051d2afba21d7b4fd8d2adb9e34307883b99e (diff) | |
parent | 6cf849bcf6a440d57ee4a8190d56c6861963432a (diff) |
Merge pull request #4508 from Ansuel/wpscontrol
luci-mod-status: add WPS control for wifi info
Diffstat (limited to 'modules/luci-base')
-rwxr-xr-x | modules/luci-base/root/usr/libexec/rpcd/luci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/root/usr/libexec/rpcd/luci b/modules/luci-base/root/usr/libexec/rpcd/luci index 1d46ad276c..8ac6616707 100755 --- a/modules/luci-base/root/usr/libexec/rpcd/luci +++ b/modules/luci-base/root/usr/libexec/rpcd/luci @@ -219,7 +219,7 @@ local methods = { rv.cabundle = fs.access("/etc/ssl/certs/ca-certificates.crt") rv.relayd = fs.access("/usr/sbin/relayd") - local wifi_features = { "eap", "11n", "11ac", "11r", "11w", "acs", "sae", "owe", "suiteb192", "wep" } + local wifi_features = { "eap", "11n", "11ac", "11r", "11w", "acs", "sae", "owe", "suiteb192", "wep", "wps } if fs.access("/usr/sbin/hostapd") then rv.hostapd = { cli = fs.access("/usr/sbin/hostapd_cli") } |