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

Side by Side Diff: chromeos/test/data/network/shill_wifi_clientcert.json

Issue 788633003: chromeos networking: move from security to securityclass property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: rebase, resolve conflicts, update new test data (shill_wifi_dhcp.json) Created 5 years, 11 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
OLDNEW
1 { 1 {
2 "EAP.EAP": "TLS", 2 "EAP.EAP": "TLS",
3 "EAP.Identity": "abc ${LOGIN_ID}@my.domain.com", 3 "EAP.Identity": "abc ${LOGIN_ID}@my.domain.com",
4 "EAP.UseSystemCAs": true, 4 "EAP.UseSystemCAs": true,
5 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", 5 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
6 "Mode": "managed", 6 "Mode": "managed",
7 "SaveCredentials": true, 7 "SaveCredentials": true,
8 "Security": "802_1x", 8 "SecurityClass": "802_1x",
9 "Type": "wifi", 9 "Type": "wifi",
10 "WiFi.HexSSID": "536F6D65576966692D5859" // "SomeWifi-XY" 10 "WiFi.HexSSID": "536F6D65576966692D5859" // "SomeWifi-XY"
11 } 11 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/policy/shill_unmanaged_wifi2.json ('k') | chromeos/test/data/network/shill_wifi_clientref.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698