| OLD | NEW |
| 1 { | 1 { |
| 2 "EAP.EAP": "TLS", | 2 "EAP.EAP": "TLS", |
| 3 "EAP.Identity": "${LOGIN_ID}@my.domain.com", | 3 "EAP.Identity": "${LOGIN_ID}@my.domain.com", |
| 4 "EAP.UseSystemCAs": true, | 4 "EAP.UseSystemCAs": true, |
| 5 "GUID": "policy2_wifi1", | 5 "GUID": "policy2_wifi1", |
| 6 "Mode": "managed", | 6 "Mode": "managed", |
| 7 "Passphrase": "user's passphrase", | 7 "Passphrase": "user's passphrase", |
| 8 "Profile": "/profile/chronos/shill", | 8 "Profile": "/profile/user1/shill", |
| 9 "Security": "802_1x", | 9 "Security": "802_1x", |
| 10 "Type": "wifi", | 10 "Type": "wifi", |
| 11 "UIData": "{\"onc_source\":\"user_policy\",\"user_settings\":{\"WiFi\":{\"Pass
phrase\":\"FAKE_CREDENTIAL_VPaJDV9x\"}}}", | 11 "UIData": "{\"onc_source\":\"user_policy\",\"user_settings\":{\"WiFi\":{\"Pass
phrase\":\"FAKE_CREDENTIAL_VPaJDV9x\"}}}", |
| 12 "WiFi.HexSSID": "7769666931" // "wifi1" | 12 "WiFi.HexSSID": "7769666931" // "wifi1" |
| 13 } | 13 } |
| OLD | NEW |