summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/toplevel_wifi_ssid_and_hexssid.onc
blob: 99be5bcef1c94c1ee24ef52c3d7420d235577ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Test ONC file for importing an open network.
{
  "NetworkConfigurations": [
    {
      "GUID": "{485d6076-dd44-6b6d-69787465725f5040}",
      "Type": "WiFi",
      "Name": "My WiFi Network",
      "WiFi": {
        "SSID": "Google",
        "HexSSID": "476F6F676C65",
        "Security": "None"
      }
    }
  ],
  "Certificates": [],
  "Type": "UnencryptedConfiguration"
}