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

Unified Diff: chromeos/test/data/network/shill_wifi_eap_ttls.json

Issue 2853563002: ONC: Translate EAP from Shill to ONC (Closed)
Patch Set: Test for empty EAP field and cl format Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/test/data/network/shill_wifi_eap_ttls.json
diff --git a/chromeos/test/data/network/shill_wifi_eap_ttls.json b/chromeos/test/data/network/shill_wifi_eap_ttls.json
new file mode 100644
index 0000000000000000000000000000000000000000..a70ecd9618928775b0ad7340b164ca05c466c81a
--- /dev/null
+++ b/chromeos/test/data/network/shill_wifi_eap_ttls.json
@@ -0,0 +1,11 @@
+{
+ "EAP.EAP": "TTLS",
+ "EAP.Identity": "my_identity",
+ "EAP.InnerEAP": "auth=MSCHAPV2",
+ "EAP.UseSystemCAs": true,
+ "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
+ "Mode": "managed",
+ "SaveCredentials": true,
+ "SecurityClass": "802_1x",
+ "Type": "wifi"
+}

Powered by Google App Engine
This is Rietveld 408576698