luci-mod-network: default to ieee80211w=1 for OWE
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
5986124c13
commit
63f28fd065
1 changed files with 1 additions and 1 deletions
|
@ -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' }],
|
||||
'': []
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue