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

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

Issue 2891453002: Introduce networkingPrivate.getCertificateLists (Closed)
Patch Set: Clang format Created 3 years, 7 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_tls.json
diff --git a/chromeos/test/data/network/shill_wifi_eap_tls.json b/chromeos/test/data/network/shill_wifi_eap_tls.json
new file mode 100644
index 0000000000000000000000000000000000000000..ffceea5c00b3a33a1af6f400948976763dae59de
--- /dev/null
+++ b/chromeos/test/data/network/shill_wifi_eap_tls.json
@@ -0,0 +1,13 @@
+{
+ "EAP.CertID": "1:123456abcdef",
+ "EAP.EAP": "TLS",
+ "EAP.Identity": "my_identity",
+ "EAP.KeyID": "1:123456abcdef",
+ "EAP.PIN": "111111",
+ "EAP.UseSystemCAs": true,
+ "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
+ "Mode": "managed",
+ "SaveCredentials": true,
+ "SecurityClass": "802_1x",
+ "Type": "wifi"
+}
« no previous file with comments | « chromeos/network/onc/onc_validator.cc ('k') | chromeos/test/data/network/translation_of_shill_wifi_eap_tls.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698