luci-mod-network: default to ieee80211w=1 for OWE
authorJo-Philipp Wich <jo@mein.io>
Fri, 20 Sep 2019 07:55:51 +0000 (09:55 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 20 Sep 2019 07:55:51 +0000 (09:55 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js

index 8049c4a3a65df891d2ccc900c644abf1da492e41..cc71b9050ea9ad9ce0f1f8f4143eeead17add731 100644 (file)
@@ -1545,7 +1545,7 @@ return L.view.extend({
                                                        o.depends({ mode: 'sta-wds', encryption: 'owe' });
                                                        o.defaults = {
                                                                '2': [{ encryption: 'sae' }],
-                                                               '1': [{ encryption: 'sae-mixed'}],
+                                                               '1': [{ encryption: 'sae-mixed'}, { encryption: 'owe' }],
                                                                '':  []
                                                        };