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 c0f5dbc commit bec7101Copy full SHA for bec7101
1 file changed
netjsonconfig/backends/airos/wpasupplicant.py
@@ -107,7 +107,6 @@ def sta_wpa2_enterprise(interface):
107
],
108
'password': encryption(interface)['password'],
109
'identity': encryption(interface)['identity'],
110
- 'anonymous_identity': 'TODO',
111
'pairwise': [
112
{
113
'name': 'CCMP',
0 commit comments