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

Unified 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: Added TODOs 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/test/data/network/shill_wifi_wep_8021x_clientcert.json
diff --git a/chromeos/test/data/network/shill_wifi_clientcert.json b/chromeos/test/data/network/shill_wifi_wep_8021x_clientcert.json
similarity index 88%
copy from chromeos/test/data/network/shill_wifi_clientcert.json
copy to chromeos/test/data/network/shill_wifi_wep_8021x_clientcert.json
index 65ab6cd7ca59a69fecce2f30a9ba8dd86f3a9e36..e4aadb40c6f5b79281b4555c32a91124c3527e8d 100644
--- a/chromeos/test/data/network/shill_wifi_clientcert.json
+++ b/chromeos/test/data/network/shill_wifi_wep_8021x_clientcert.json
@@ -4,10 +4,11 @@
"EAP.UseProactiveKeyCaching": true,
"EAP.UseSystemCAs": true,
"GUID": "{77db0089-0bc8-4358-929c-123xcv}",
+ "EAP.KeyMgmt": "IEEE8021X",
"Mode": "managed",
"ProxyConfig": "{\"mode\":\"pac_script\",\"pac_mandatory\":false,\"pac_url\":\"https://proxycfg.my.domain.com/proxy.dat\"}",
"SaveCredentials": true,
- "SecurityClass": "802_1x",
+ "SecurityClass": "wep",
"Type": "wifi",
"WiFi.HexSSID": "4F70656E577274" // "OpenWrt"
}

Powered by Google App Engine
This is Rietveld 408576698