I'm trying to get the ent_wlan example to work. Like many others, it goes into station mode but never authenticates. The network uses PEAP/MSCHAPv2. I have the service pack loaded on my cc3200.
Do I need to have all 3 files as listed in section 9.1.2.2 in the CC3200 User Guide: /cert/ca.pem, /cert/client.pem and /cert/private.key?
I have the dummy ca.pem in flash that came with the service pack. I could put in our real root ca certificate instead if needed.
RSA Private Keys (/cert/private.key) are generated in pairs. To what server am I generating that key to share the public key with? The authenticating server?
If my network isn't going to check for my client certificate, do I still need /cert/client.pem? If so, what should I use for that?
Was there an update to the ent_wlan example that was supposed to come with the service pack? I saw in this thread:
That "disable server authentication" section is not in my example. I tried adding it but it didn't help either.