| Index: chromeos/test/data/network/wimax.onc
|
| diff --git a/chromeos/test/data/network/wimax.onc b/chromeos/test/data/network/wimax.onc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c8c86328f159f624d6231ac1bb03b945fc4c72ea
|
| --- /dev/null
|
| +++ b/chromeos/test/data/network/wimax.onc
|
| @@ -0,0 +1,16 @@
|
| +{
|
| + "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
|
| + "Type": "WiMAX",
|
| + "Name": "SomeWiMAX",
|
| + "WiMAX": {
|
| + "AutoConnect": true,
|
| + "EAP": {
|
| + "Outer": "EAP-TLS",
|
| + "Identity": "${LOGIN_ID}@my.domain.com",
|
| + "UseSystemCAs": true,
|
| + "Recommended": [ "Identity" ],
|
| + "SaveCredentials": true
|
| + },
|
| + "Recommended": [ "AutoConnect" ]
|
| + }
|
| +}
|
|
|