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

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

Issue 2853563002: ONC: Translate EAP from Shill to ONC (Closed)
Patch Set: Use params 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/translation_of_shill_wifi_eap_ttls.onc
diff --git a/chromeos/test/data/network/translation_of_shill_wifi_eap_ttls.onc b/chromeos/test/data/network/translation_of_shill_wifi_eap_ttls.onc
new file mode 100644
index 0000000000000000000000000000000000000000..09cec4203c2c0547412458301235fd73defb50b2
--- /dev/null
+++ b/chromeos/test/data/network/translation_of_shill_wifi_eap_ttls.onc
@@ -0,0 +1,15 @@
+{
+ "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
+ "Type": "WiFi",
+ "Name": "",
+ "WiFi": {
+ "Security": "WPA-EAP",
+ "EAP": {
+ "Outer": "EAP-TTLS",
+ "Inner": "MSCHAPv2",
+ "Identity": "my_identity",
+ "UseSystemCAs": true,
+ "SaveCredentials": true
+ }
+ },
+}

Powered by Google App Engine
This is Rietveld 408576698