git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
84ffb65
)
luci-base: add hostapd ocv feature flag
author
Michael Yartys
<redacted>
Sat, 2 Mar 2024 20:21:32 +0000
(21:21 +0100)
committer
Paul Donald
<redacted>
Thu, 25 Jul 2024 23:48:12 +0000
(
01:48
+0200)
Required for luci to check whether installed hostapd or wpa_supplicant is
built with the Operating Channel Validation feature.
Signed-off-by: Michael Yartys <redacted>
modules/luci-base/root/usr/share/rpcd/ucode/luci
patch
|
blob
|
history
diff --git
a/modules/luci-base/root/usr/share/rpcd/ucode/luci
b/modules/luci-base/root/usr/share/rpcd/ucode/luci
index 3c4fea46911f66f6235821c6b149a3430f9489cf..93ce1dd3b92c2435e849fca72adc797fa42d464e 100644
(file)
--- a/
modules/luci-base/root/usr/share/rpcd/ucode/luci
+++ b/
modules/luci-base/root/usr/share/rpcd/ucode/luci
@@
-208,7
+208,7
@@
const methods = {
relayd: access('/usr/sbin/relayd') == true,
};
- const wifi_features = [ 'eap', '11ac', '11ax', '11r', 'acs', 'sae', 'owe', 'suiteb192', 'wep', 'wps' ];
+ const wifi_features = [ 'eap', '11ac', '11ax', '11r', 'acs', 'sae', 'owe', 'suiteb192', 'wep', 'wps'
, 'ocv'
];
if (access('/usr/sbin/hostapd')) {
result.hostapd = { cli: access('/usr/sbin/hostapd_cli') == true };
git clone https://git.99rst.org/PROJECT