Forum Discussion

mhfaruk's avatar
mhfaruk
Level 2.0: Eclair
23 days ago

Why openNetworkConfiguration not working in enrolled device?

I have enrolled a device and want to use managed wifi on that device. I have used following configuration-

 "openNetworkConfiguration": {

    "Type": "UnencryptedConfiguration",

    "NetworkConfigurations": [

      {

        "GUID": "inovex_wifi",

        "Name": "INovex-Dev",

        "Type": "WiFi",

        "WiFi": {

          "SSID": "INovex-Dev",

          "Security": "WPA-EAP",

          "EAP": {

            "Outer": "EAP-TLS",

            "Identity": "faruk",

            "DomainSuffixMatch": ["dms.mobi-manager.com"],

            "ServerCARefs": ["ca_inovex"],

            "ClientCertType": "Ref",

            "ClientCertRef": "client_inovex"

          }

        }

      }

    ],

    "Certificates": [

      {

        "GUID": "ca_inovex",

        "Type": "Server",

        "X509": "ca_base64"

      },

      {

        "GUID": "client_inovex",

        "Type": "Client",

        "PKCS12": "client_base64"

      }

    ]

  }

My expection is 

  1. This network automatically save in wifi list
  2. As I set client and server certificate the device should connect automatically
  3. For information I have used freeradius server for authentication.

3 Replies

    • mhfaruk's avatar
      mhfaruk
      Level 2.0: Eclair
      23 days ago

      Thanks for your quick response. I have tried with AutoConnect field but same result. Couldn't understand the problem actually. Do you have any other idea?

      • jeremy's avatar
        jeremy
        Level 3.0: Honeycomb
        23 days ago

        You can look at the device logs see if you can get some more details. But if the configuration is correctly applied, it might be an issue on your Wifi EAP side