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.

CC3220MODA: WiFi direct and WPA2

Part Number: CC3220MODA
Other Parts Discussed in Thread: CC3200, UNIFLASH

Hi,

I have a question from my customer about WiFi Direct and WPA2.
They wants to use WPA2 for WiFi direct connection with password.

According to below E2E threads, WPA2 is automatically used to establish P2P connection in CC3200.
I guess it is similar to WiFi direct in CC3220.

https://e2e.ti.com/support/wireless-connectivity/wifi/f/968/p/470825/1695584

http://e2e.ti.com/support/wireless-connectivity/wifi/f/968/t/607995

If so, what customer needs to do are;
- secParams.Type = SL_WLAN_SEC_TYPE_PIN_KEYPAD
or SL_WLAN_SEC_TYPE_P2P_PIN_DISPLAY
- secParams.Key = “abcdefgh” (password customer wants to use)

Then WPA2 will be used to make Wifi direct connection.
Correct? Can we use non-numerical value for sec.Params.Key ?

Thanks and regards,
KoT