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: Inactivity timeout parameter is ignored

Part Number: CC3220S


Hi All,

When started in STA mode, the inactivity parameter for the start provisioning command has no effect. It is always 10 minutes.

provisioningCmd = SL_WLAN_PROVISIONING_CMD_START_MODE_AP;retVal =

sl_WlanProvisioning(provisioningCmd, ROLE_STA,
60, // PROVISIONING_INACTIVITY_TIMEOUT,
NULL,
SL_WLAN_PROVISIONING_CMD_FLAG_EXTERNAL_CONFIRMATION);

Others have reported this behavior and I wanted to confirm. Starting the device in AP mode fixes this, but this is a highly unideal configuration for my use case.