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.

CC3220S-LAUNCHXL: how to use EAP METHOD definition in wlan.h, how to correspond in my picture?

Part Number: CC3220S-LAUNCHXL

SL_WLAN_ENT_EAP_METHOD_TLS                                         

SL_WLAN_ENT_EAP_METHOD_TTLS_TLS                                                                                                                          ,

SL_WLAN_ENT_EAP_METHOD_TTLS_MSCHAPv2 

SL_WLAN_ENT_EAP_METHOD_TTLS_PSK                 

 

SL_WLAN_ENT_EAP_METHOD_PEAP0_TLS                

 SL_WLAN_ENT_EAP_METHOD_PEAP0_MSCHAPv2

SL_WLAN_ENT_EAP_METHOD_PEAP0_PSK

SL_WLAN_ENT_EAP_METHOD_PEAP1_TLS

SL_WLAN_ENT_EAP_METHOD_PEAP1_PSK

  • XiaozhongZhang,

    Your picture is strange, but I think you want to do EAP with higher security methods.
    This depends on your network config. On the CC3220 you must set the correct EAP method for what your router uses. The CC3220 cannot affect the EAP method of your router.

    To use EAP, there is documentation in the NP programmer's guide:
    www.ti.com/.../swru455g.pdf
    Section 4.3.3.2
    Many E2E threads showing how too:
    (Profile connection) e2e.ti.com/.../732577
    (Direct connection) e2e.ti.com/.../485074

    In the end though, you need to edit your router config to set the EAP method you want. Otherwise, you will be stuck with the EAP method it has now.

    -CE