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

Side by Side Diff: chromeos/test/data/network/shill_wimax_with_state.json

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
1 { 1 {
2 "AutoConnect": true,
3 "Connectable": true,
4 "Name": "SomeWiMAX",
2 "EAP.EAP": "TLS", 5 "EAP.EAP": "TLS",
3 "EAP.Identity": "${LOGIN_ID}@my.domain.com", 6 "EAP.Identity": "${LOGIN_ID}@my.domain.com",
4 "EAP.UseSystemCAs": true, 7 "EAP.UseSystemCAs": true,
5 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", 8 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
6 "Mode": "managed", 9 "Profile": "/profile/someuser",
7 "SaveCredentials": true, 10 "SaveCredentials": true,
8 "Security": "802_1x", 11 "State": "idle",
9 "Type": "wifi", 12 "Strength": 10,
10 "WiFi.HexSSID": "536F6D65576966692D5859" // "SomeWifi-XY" 13 "Type": "wimax"
11 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698