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