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

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

Issue 578823003: Add Wimax to ONC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uploaded missing test files. Reverted network_state_handler change. Created 6 years, 3 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": "WiMAX",
4 "Name": "SomeWiMAX",
5 "WiMAX": {
6 "AutoConnect": true,
7 "EAP": {
8 "Outer": "EAP-TLS",
9 "Identity": "${LOGIN_ID}@my.domain.com",
10 "UseSystemCAs": true,
11 "Recommended": [ "Identity" ],
12 "SaveCredentials": true
13 },
14 "Recommended": [ "AutoConnect" ]
15 }
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698