Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chromeos / test / data / network / policy / policy_wifi1_with_redundant_fields.onc
blob10677ec73409e2d5b4a51e2393fff9f835a4a75b
2   "NetworkConfigurations": [
3     {
4       "GUID": "policy_wifi1",
5       "Type": "WiFi",
6       "Name": "Managed wifi1",
7       "WiFi": {
8         "Passphrase": "policy's passphrase",
9         "Recommended": [ "AutoConnect", "Passphrase" ],
10         "SSID": "wifi1",
11         "Security": "WPA-PSK",
12         "EAP": {
13           "Outer": "PEAP",
14           "UseSystemCAs": false,
15           "Recommended": [
16             "AnonymousIdentity",
17             "Identity",
18             "Password"
19           ]
20         }
21       }
22     }
23   ],
24   "Type": "UnencryptedConfiguration"