Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "AutoConnect": true, | 2 "AutoConnect": true, |
| 3 "Connectable": true, | 3 "Connectable": true, |
| 4 "Name": "SomeWiMAX", | 4 "Name": "SomeWiMAX", |
| 5 "EAP.Identity": "${LOGIN_ID}@my.domain.com", | |
|
stevenjb
2015/02/25 01:44:44
We expect 'Outer' in the ONC file and it wasn't cl
| |
| 6 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", | 5 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", |
| 7 "Profile": "/profile/someuser", | 6 "Profile": "/profile/someuser", |
| 8 "SaveCredentials": true, | |
| 9 "State": "idle", | 7 "State": "idle", |
| 10 "Strength": 10, | 8 "Strength": 10, |
| 11 "Type": "wimax" | 9 "Type": "wimax" |
| 12 } | 10 } |
| OLD | NEW |