summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc')
-rw-r--r--chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc17
1 files changed, 17 insertions, 0 deletions
diff --git a/chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc b/chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc
new file mode 100644
index 0000000..e07e76b
--- /dev/null
+++ b/chromeos/test/data/network/policy/policy_wifi1_autoconnect.onc
@@ -0,0 +1,17 @@
+{
+ "NetworkConfigurations": [
+ {
+ "GUID": "policy_wifi1",
+ "Type": "WiFi",
+ "Name": "Managed wifi1",
+ "WiFi": {
+ "AutoConnect": true,
+ "Passphrase": "policy's passphrase",
+ "Recommended": [ "Passphrase" ],
+ "SSID": "wifi1",
+ "Security": "WPA-PSK"
+ }
+ }
+ ],
+ "Type": "UnencryptedConfiguration"
+}