projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6914468
)
luci-base: add a hostapd 11ax feature flag
author
Andre Heider
<a.heider@gmail.com>
Sat, 26 Nov 2022 12:25:42 +0000
(13:25 +0100)
committer
Andre Heider
<a.heider@gmail.com>
Mon, 23 Jan 2023 13:51:28 +0000
(14:51 +0100)
Required for luci to check if it can acually offer that mode.
Signed-off-by: Andre Heider <a.heider@gmail.com>
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 8b892dbb911dfc555175c96108529db8945ecb1b..f4d204cf228415022c418a91d791778b81772595 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', '11r', 'acs', 'sae', 'owe', 'suiteb192', 'wep', 'wps' ];
+ const wifi_features = [ 'eap', '11ac', '11
ax', '11
r', 'acs', 'sae', 'owe', 'suiteb192', 'wep', 'wps' ];
if (access('/usr/sbin/hostapd')) {
result.hostapd = { cli: access('/usr/sbin/hostapd_cli') == true };