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

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

Issue 2853563002: ONC: Translate EAP from Shill to ONC (Closed)
Patch Set: Test for empty EAP field and cl format 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
(Empty)
1 {
2 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
3 "Type": "WiFi",
4 "Name": "WifiEapTtls",
5 "WiFi": {
6 "Security": "WPA-EAP",
7 "EAP": {
8 "Outer": "EAP-TTLS",
9 "Inner": "MSCHAPv2",
10 "Identity": "my_identity",
11 "UseSystemCAs": true,
12 "ClientCertType": "Ref",
13 "ClientCertRef": "{58ac1967-a0e7-49e9-be68-123abc}",
14 "SaveCredentials": true
15 }
16 },
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698