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 879a0e7 commit 4508403Copy full SHA for 4508403
1 file changed
netjsonconfig/backends/raspbian/converters/wireless.py
@@ -71,7 +71,7 @@ def _get_encryption(self, wireless):
71
if encryption.get('cipher'):
72
wpa_pairwise = str(encryption.get('cipher').replace('+', ' ')).upper()
73
new_encryption.update({'wpa_pairwise': wpa_pairwise})
74
- elif 'enterprise' in method:
+ else:
75
76
cipher = str(encryption.get('cipher').replace('+', ' ').upper())
77
new_encryption.update({'cipher': cipher})
0 commit comments