Chromium Code Reviews| 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 |
| + } |
| + }, |
| +} |