Skip to content

Commit bec7101

Browse files
committed
[airos] removed anonymous identity from station wpa2_enterprise
wpasupplicant function
1 parent c0f5dbc commit bec7101

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

netjsonconfig/backends/airos/wpasupplicant.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def sta_wpa2_enterprise(interface):
107107
],
108108
'password': encryption(interface)['password'],
109109
'identity': encryption(interface)['identity'],
110-
'anonymous_identity': 'TODO',
111110
'pairwise': [
112111
{
113112
'name': 'CCMP',

0 commit comments

Comments
 (0)