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

Side by Side Diff: chromeos/test/data/network/translation_of_shill_wifi_eap_ttls.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
(Empty)
1 {
2 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
3 "Type": "WiFi",
4 "Name": "",
5 "WiFi": {
6 "Security": "WPA-EAP",
7 "EAP": {
8 "Outer": "EAP-TTLS",
9 "Inner": "MSCHAPv2",
10 "Identity": "my_identity",
11 "UseSystemCAs": true,
12 "SaveCredentials": true
13 }
14 },
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698