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

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

Issue 2853563002: ONC: Translate EAP from Shill to ONC (Closed)
Patch Set: Use params Created 3 years, 7 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": { 4 "ProxySettings": {
5 "Type": "PAC", 5 "Type": "PAC",
6 "PAC": "https://proxycfg.my.domain.com/proxy.dat" 6 "PAC": "https://proxycfg.my.domain.com/proxy.dat"
7 }, 7 },
8 "Type":"WiFi", 8 "Type":"WiFi",
9 "WiFi":{ 9 "WiFi":{
10 "EAP": { 10 "EAP": {
11 "Identity": "abc ${LOGIN_ID}@my.domain.com", 11 "Identity": "abc ${LOGIN_ID}@my.domain.com",
12 "Outer": "EAP-TLS",
12 "SaveCredentials": true, 13 "SaveCredentials": true,
13 "UseProactiveKeyCaching": true, 14 "UseProactiveKeyCaching": true,
14 "UseSystemCAs": true 15 "UseSystemCAs": true
15 }, 16 },
16 "HexSSID":"4F70656E577274", // "OpenWrt" 17 "HexSSID":"4F70656E577274", // "OpenWrt"
17 "SSID":"OpenWrt", 18 "SSID":"OpenWrt",
18 "Security":"WPA-EAP" 19 "Security":"WPA-EAP"
19 } 20 }
20 } 21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698