This is a continuation of http://e2e.ti.com/support/wireless_connectivity/f/968/p/400975/1420807...
Just want to be extra sure of whether the EAP method of FAST-MSCHAPv2 is supported or not.
The thread I referenced seemed to indicate that this combination is not supported. However, when I run the web browser in the example in the CC3100 Quick Start Guide, I notice that if I select the "Profiles" tab, and then fill in the "Add Enterprise Profile" section, the dropdown menus can be chosen to have EAP method set to "FAST", and Phase 2 Authentication set to "MSCHAPV2". So that would imply that this EAP method is supported.
If it is supported, I'm not sure how to set up the pSecExtParams argument in the call to sl_WlanConnect(). From wlan.h, the "phase2" argument to the EAPMETHOD macro seems to have the same value (0) for FAST_NO_PROVISIONING and MSCHAP, which is used for TTLS, PEAP0, and PEAP1.
So from the code, it looks like this EAP combination is not supported. Am I correct?