mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-mod-network: show option also for sae
For sae the cipher overrule is not exposed. There can be cases where this is needed. See e.g. https://github.com/openwrt/openwrt/issues/22200 Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
This commit is contained in:
committed by
Paul Donald
parent
8f9705e504
commit
a4f0c52fbf
@@ -1308,6 +1308,7 @@ return view.extend({
|
||||
o.depends('encryption', 'wpa3-mixed');
|
||||
o.depends('encryption', 'wpa3-192');
|
||||
o.depends('encryption', 'psk');
|
||||
o.depends('encryption', 'sae');
|
||||
o.depends('encryption', 'psk2');
|
||||
o.depends('encryption', 'wpa-mixed');
|
||||
o.depends('encryption', 'psk-mixed');
|
||||
|
||||
Reference in New Issue
Block a user