luci-mod-network: show option also for sae
authorRamon Van Gorkom <redacted>
Sat, 21 Mar 2026 18:10:07 +0000 (19:10 +0100)
committerPaul Donald <redacted>
Mon, 30 Mar 2026 12:53:29 +0000 (14:53 +0200)
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 <redacted>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js

index 10ebaa212fa91e02a0f86274071b1e1744001a7a..12ee36168ac984a608efe6539a9dbdbebcbc7dbb 100644 (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');
git clone https://git.99rst.org/PROJECT