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.

CC3235MODASF: Set NULL as SlWlanSecParams_t::Key

Part Number: CC3235MODASF

Hello.

If I want to set PUSH-BUTTON as SECURITY

SecParams.Type  =  SL_WLAN_SEC_TYPE_WPS_PBC;

can I set

SecParams.Key  =  NULL;

On SWRU455J–February 2017–Revised February 2020 page 80 you read

SecParams.KeyLen  =  0;
SecParams.Key  =  "";

Why not Key NULL ??