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

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

Issue 11664005: Extending the translation from ONC to Shill. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased. Created 7 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
(Empty)
1 {
2 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
3 "Type": "WiFi",
4 "Name": "SomeWifi-XY",
5 "WiFi": {
6 "SSID": "SomeWifi-XY",
7 "Security": "WPA-EAP",
8 "Recommended": [ "AutoConnect" ],
9 "EAP": {
10 "Outer": "EAP-TLS",
11 "Identity": "${LOGIN_ID}@my.domain.com",
12 "UseSystemCAs": true,
13 "ClientCertType": "Ref",
14 "ClientCertRef": "{58ac1967-a0e7-49e9-be68-123abc}",
15 "Recommended": [ "Identity" ],
16 "SaveCredentials": true
17 }
18 },
19 "ProxySettings": {
20 "Type": "PAC",
21 "PAC": "https://proxycfg.my.domain.com/proxy.dat"
22 }
23 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/valid_wifi_clientcert.onc ('k') | chromeos/test/data/network/valid_wifi_psk.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698