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

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

Issue 1085703002: Add an ONC property for proactive key caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests for converting in both directions. Created 5 years, 8 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.UseProactiveKeyCaching": true,
4 "EAP.UseSystemCAs": true, 5 "EAP.UseSystemCAs": true,
5 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", 6 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
6 "Mode": "managed", 7 "Mode": "managed",
7 "SaveCredentials": true, 8 "SaveCredentials": true,
8 "SecurityClass": "802_1x", 9 "SecurityClass": "802_1x",
9 "Type": "wifi", 10 "Type": "wifi",
10 "WiFi.HexSSID": "4F70656E577274" // "OpenWrt" 11 "WiFi.HexSSID": "4F70656E577274" // "OpenWrt"
11 } 12 }
OLDNEW
« no previous file with comments | « chromeos/network/onc/onc_translation_tables.cc ('k') | chromeos/test/data/network/translation_of_shill_wifi_clientcert.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698