OLD | NEW |
---|---|
1 { | 1 { |
2 "Connectable": true, | 2 "Connectable": true, |
3 "ConnectionState": "NotConnected", | 3 "ConnectionState": "NotConnected", |
4 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", | 4 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", |
5 "Type": "WiMAX", | 5 "Type": "WiMAX", |
6 "Name": "SomeWiMAX", | 6 "Name": "SomeWiMAX", |
7 "WiMAX": { | 7 "WiMAX": { |
8 "AutoConnect": true, | 8 "AutoConnect": true, |
9 "EAP": { | |
10 "Identity": "${LOGIN_ID}@my.domain.com", | |
11 "SaveCredentials": true | |
12 }, | |
9 "SignalStrength": 10 | 13 "SignalStrength": 10 |
10 }, | 14 }, |
11 "Source":"User" | 15 "Source":"User" |
12 } | 16 } |
OLD | NEW |