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

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

Issue 1412283006: Translate 802.1x WEP ("Enterprise WEP") (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using local namespace to supply "IEEE8021X" value Created 5 years, 1 month 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 "EAP.EAP": "TLS", 2 "EAP.EAP": "TLS",
3 "EAP.Identity": "abc ${LOGIN_ID}@my.domain.com", 3 "EAP.Identity": "abc ${LOGIN_ID}@my.domain.com",
4 "EAP.UseProactiveKeyCaching": true, 4 "EAP.UseProactiveKeyCaching": true,
5 "EAP.UseSystemCAs": true, 5 "EAP.UseSystemCAs": true,
6 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", 6 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
7 "EAP.KeyMgmt": "IEEE8021X",
7 "Mode": "managed", 8 "Mode": "managed",
8 "ProxyConfig": "{\"mode\":\"pac_script\",\"pac_mandatory\":false,\"pac_url\": \"https://proxycfg.my.domain.com/proxy.dat\"}", 9 "ProxyConfig": "{\"mode\":\"pac_script\",\"pac_mandatory\":false,\"pac_url\": \"https://proxycfg.my.domain.com/proxy.dat\"}",
9 "SaveCredentials": true, 10 "SaveCredentials": true,
10 "SecurityClass": "802_1x", 11 "SecurityClass": "wep",
11 "Type": "wifi", 12 "Type": "wifi",
12 "WiFi.HexSSID": "4F70656E577274" // "OpenWrt" 13 "WiFi.HexSSID": "4F70656E577274" // "OpenWrt"
13 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698