summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/policy/managed_onc_disallow_autoconnect_on_unmanaged_wifi2.onc
blob: 8205bd52010fc0b23b4eaa9d1ef4e47e48f9e060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
   "Name": {
      "Active": "wifi2"
   },
   "Source": "User",
   "Type": "WiFi",
   "WiFi": {
      "AutoConnect": {
         "Active": false,
         "Effective": "UserPolicy",
         "UserPolicy": false
      },
      "HexSSID": {
         "Active": "7769666932" // "wifi2"
      },
      "SSID": {
         "Active": "wifi2"
      },
      "Security": {
         "Active": "WPA-PSK"
      }
   }
}