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

Side by Side Diff: chromeos/test/data/network/translation_of_shill_wifi_clientcert.onc

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 "GUID":"{77db0089-0bc8-4358-929c-123xcv}", 2 "GUID":"{77db0089-0bc8-4358-929c-123xcv}",
3 "Name":"", 3 "Name":"",
4 "Type":"WiFi", 4 "Type":"WiFi",
5 "WiFi":{ 5 "WiFi":{
6 "EAP": { 6 "EAP": {
7 "Identity": "abc ${LOGIN_ID}@my.domain.com", 7 "Identity": "abc ${LOGIN_ID}@my.domain.com",
8 "SaveCredentials": true, 8 "SaveCredentials": true,
9 "UseProactiveKeyCaching": true,
9 "UseSystemCAs": true 10 "UseSystemCAs": true
10 }, 11 },
11 "HexSSID":"4F70656E577274", // "OpenWrt" 12 "HexSSID":"4F70656E577274", // "OpenWrt"
12 "SSID":"OpenWrt", 13 "SSID":"OpenWrt",
13 "Security":"WPA-EAP" 14 "Security":"WPA-EAP"
14 } 15 }
15 } 16 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/shill_wifi_clientcert.json ('k') | chromeos/test/data/network/wifi_clientcert_with_cert_pems.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698