luci-base: add hostapd ocv feature flag
authorMichael Yartys <mail@yartys.no>
Sat, 2 Mar 2024 20:21:32 +0000 (21:21 +0100)
committerPaul Donald <newtwen+github@gmail.com>
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 <mail@yartys.no>
modules/luci-base/root/usr/share/rpcd/ucode/luci

index 3c4fea46911f66f6235821c6b149a3430f9489cf..93ce1dd3b92c2435e849fca72adc797fa42d464e 100644 (file)
@@ -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 };