summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/toplevel_wifi_leap.onc
blob: f4b3e35fcf9c3ce6a55c313f760af29623597150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "NetworkConfigurations": [
    {
      "GUID": "{485d6076-dd44-6b6d-69787465725f5045}",
      "Type": "WiFi",
      "Name": "My WiFi Network",
      "WiFi": {
        "AutoConnect": false,
        "EAP": {
          "AnonymousIdentity": "anon",
          "Identity": "abc ${LOGIN_EMAIL} def",
          "Outer": "LEAP",
          "Password": "pass"
        },
        "SSID": "ssid",
        "Security": "WPA-EAP"
      }
    }
  ],
  "Certificates": [],
  "Type": "UnencryptedConfiguration"
}