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.

CC3100: WPA vs WPA2

Part Number: CC3100

Hello,

Has WPA been deprecated in the lates Service Pack version?

Are both WPA and WPA2 treated the same way or are they differentiated internally? They currently share the same enumeration: 

...

#define SL_SEC_TYPE_WPA (2) /* deprecated */
#define SL_SEC_TYPE_WPA_WPA2 (2)
...
  • Hello Wilmer,

    The SL_SEC_TYPE_WPA is indeed deprecated, when setting the security type use SL_SEC_WPA_WPA2. The code will first try WPA2 then WPA. If setting the security type as an AP it will be set as WPA2.

    Kind regards,

    Rogelio