| Index: chromeos/test/data/network/policy/shill_managed_wifi1.json
|
| diff --git a/chromeos/test/data/network/policy/shill_managed_wifi1.json b/chromeos/test/data/network/policy/shill_managed_wifi1.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..031e5cba9b7de5fdbdcec48575c94b35ba43f10a
|
| --- /dev/null
|
| +++ b/chromeos/test/data/network/policy/shill_managed_wifi1.json
|
| @@ -0,0 +1,13 @@
|
| +{
|
| + "EAP.EAP": "TLS",
|
| + "EAP.Identity": "${LOGIN_ID}@my.domain.com",
|
| + "EAP.UseSystemCAs": true,
|
| + "GUID": "policy2_wifi1",
|
| + "Mode": "managed",
|
| + "Passphrase": "user's passphrase",
|
| + "Profile": "/profile/chronos/shill",
|
| + "SSID": "wifi1",
|
| + "Security": "802_1x",
|
| + "Type": "wifi",
|
| + "UIData": "{\"onc_source\":\"user_policy\",\"user_settings\":{\"WiFi\":{\"Passphrase\":\"FAKE_CREDENTIAL_VPaJDV9x\"}}}"
|
| +}
|
|
|