On ThreadX build:
WICED_TLS_MINOR_VERSION_MIN=0 && WICED_TLS_MINOR_VERSION_MAX=0 works
WICED_TLS_MINOR_VERSION_MIN=0 && WICED_TLS_MINOR_VERSION_MAX=1 works
WICED_TLS_MINOR_VERSION_MIN=0 && WICED_TLS_MINOR_VERSION_MAX=2 fails
On FreeRTOS build
WICED_TLS_MINOR_VERSION_MIN=0 && WICED_TLS_MINOR_VERSION_MAX=0/1/2 all fails
For the failure case, sometimes I got join result 1007, and sometimes it just hang.
grsr
The test result is similar to the PEAP test.
So the enterprise security does not work for FreeRTOS+LwIP build at all.