| OLD | NEW |
| 1 { | 1 { |
| 2 "AutoConnect": true, | 2 "AutoConnect": true, |
| 3 "Connectable": true, | 3 "Connectable": true, |
| 4 "Name": "SomeWiMAX", | 4 "Name": "SomeWiMAX", |
| 5 "EAP.EAP": "TLS", | |
| 6 "EAP.Identity": "${LOGIN_ID}@my.domain.com", | 5 "EAP.Identity": "${LOGIN_ID}@my.domain.com", |
| 7 "EAP.UseSystemCAs": true, | |
| 8 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", | 6 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", |
| 9 "Profile": "/profile/someuser", | 7 "Profile": "/profile/someuser", |
| 10 "SaveCredentials": true, | 8 "SaveCredentials": true, |
| 11 "State": "idle", | 9 "State": "idle", |
| 12 "Strength": 10, | 10 "Strength": 10, |
| 13 "Type": "wimax" | 11 "Type": "wimax" |
| 14 } | 12 } |
| OLD | NEW |