luci-mod-network: default to ieee80211w=1 for OWE

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2019-09-20 09:55:51 +02:00
parent 5986124c13
commit 63f28fd065

View 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' }],
'': []
};