Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Side by Side Diff: chromeos/test/data/network/policy/shill_managed_wifi1.json

Issue 23526016: Autoconnect policy for CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed policy. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698