Home | History | Annotate | Download | only in network
      1 {
      2     "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
      3     "Type": "WiMAX",
      4     "Name": "SomeWiMAX",
      5     "WiMAX": {
      6         "AutoConnect": true,
      7         "EAP": {
      8             "Outer": "EAP-TLS",
      9             "Identity": "${LOGIN_ID}@my.domain.com",
     10             "UseSystemCAs": true,
     11             "Recommended": [ "Identity" ],
     12             "SaveCredentials": true
     13         },
     14         "Recommended": [ "AutoConnect" ]
     15     }
     16 }
     17