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

Unified Diff: chromeos/test/data/network/wifi_eap_ttls.onc

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/wifi_eap_ttls.onc
diff --git a/chromeos/test/data/network/wifi_eap_ttls.onc b/chromeos/test/data/network/wifi_eap_ttls.onc
new file mode 100644
index 0000000000000000000000000000000000000000..5efa456a7b21c6cbcc8ae7391b3ba179da338db5
--- /dev/null
+++ b/chromeos/test/data/network/wifi_eap_ttls.onc
@@ -0,0 +1,17 @@
+{
+ "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
+ "Type": "WiFi",
+ "Name": "WifiEapTtls",
+ "WiFi": {
+ "Security": "WPA-EAP",
+ "EAP": {
+ "Outer": "EAP-TTLS",
+ "Inner": "MSCHAPv2",
+ "Identity": "my_identity",
+ "UseSystemCAs": true,
+ "ClientCertType": "Ref",
+ "ClientCertRef": "{58ac1967-a0e7-49e9-be68-123abc}",
+ "SaveCredentials": true
+ }
+ },
+}

Powered by Google App Engine
This is Rietveld 408576698