We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b838ef commit a5ad225Copy full SHA for a5ad225
1 file changed
netjsonconfig/backends/airos/converters.py
@@ -711,6 +711,7 @@ def _access_point_intermediate(self, original):
711
}
712
wpasupplicant_status = {
713
'wpa2_personal': 'disabled',
714
+ 'wpa2_enterprise': 'disabled',
715
'none': 'enabled',
716
717
result = []
0 commit comments