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:
Ramon Van Gorkom
2026-03-21 19:10:07 +01:00
committed by Paul Donald
parent 8f9705e504
commit a4f0c52fbf

View File

@@ -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');