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 |
+ } |
+ }, |
+} |