Skip to content

Commit a5ad225

Browse files
committed
[airos] added support for wpa2_enterprise in wpasupplicant converter
1 parent 6b838ef commit a5ad225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netjsonconfig/backends/airos/converters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ def _access_point_intermediate(self, original):
711711
}
712712
wpasupplicant_status = {
713713
'wpa2_personal': 'disabled',
714+
'wpa2_enterprise': 'disabled',
714715
'none': 'enabled',
715716
}
716717
result = []

0 commit comments

Comments
 (0)