This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
I am attempting to connect to WPA3 Enterprise network (method: SL_WLAN_ENT_EAP_METHOD_PEAP0_MSCHAPv2). I can connect to WPA3 PSK no problem. My question is should the SecParams.Type be SL_WLAN_SEC_TYPE_WPA_ENT or SL_WLAN_SEC_TYPE_WPA3? I've tried both and they come back with 208 disconnect error (disconnect while connecting). This might be something on my end but I'm still unsure what the type should be.
Hi,
For EAP security should be set Type parameter to SL_WLAN_SEC_TYPE_WPA_ENT. For proper EAP connection it needs to be other SlWlanSecParamsExt_t parameters like User, UserLen, EapMethod set properly, etc. You need to have uploaded EAP certificates and CA file inside filesystem. At infrastructure side you need to have properly configured AP and RADIOUS server.
Be aware that CC3200/CC3220/CC3235 have limitation to TLS 1.0 for EAP security. At present time many RADIUS server does not support TLS 1.0. At some RADIUS servers it can be TLS 1.0 enabled (like a FreeRADIUS). Many company have policy which not allow to use TLS 1.0 any more. That makes EAP feature at CC32xx devices hard to use at real applications.
Jan