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

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

Issue 1228543002: Translate ONC ProxySettings <-> Shill ProxyConfig (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 "ProxySettings": {
5 "Type": "PAC",
6 "PAC": "https://proxycfg.my.domain.com/proxy.dat"
7 },
4 "Type":"WiFi", 8 "Type":"WiFi",
5 "WiFi":{ 9 "WiFi":{
6 "EAP": { 10 "EAP": {
7 "Identity": "abc ${LOGIN_ID}@my.domain.com", 11 "Identity": "abc ${LOGIN_ID}@my.domain.com",
8 "SaveCredentials": true, 12 "SaveCredentials": true,
9 "UseProactiveKeyCaching": true, 13 "UseProactiveKeyCaching": true,
10 "UseSystemCAs": true 14 "UseSystemCAs": true
11 }, 15 },
12 "HexSSID":"4F70656E577274", // "OpenWrt" 16 "HexSSID":"4F70656E577274", // "OpenWrt"
13 "SSID":"OpenWrt", 17 "SSID":"OpenWrt",
14 "Security":"WPA-EAP" 18 "Security":"WPA-EAP"
15 } 19 }
16 } 20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698