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.

CC3220SF: The parameter "incativityTimeout" does not work in sl_wlanProvisioning API

Part Number: CC3220SF

Hi guys,

I'm using the following API to start the provisiong:

ret = sl_WlanProvisioning(
                        SL_WLAN_PROVISIONING_CMD_START_MODE_APSC_EXTERNAL_CONFIGURATION,
                        ROLE_STA,
                        NETWIFI_PROVISIONING_INACTIVITY_TIMEOUT,  //60 sec
                        NULL,
                        (uint32_t)NULL
                );

I checked that if the current role is set to AP, the incatvityTimeout works well, else if the currente role is set to STA, the inactivityTimeout is always 10 minutes, whatever value I use.

Can you confirm that it is mandatory to set the current role to AP before to use the API sl_WlanProvisioning()? Is there a document were I can study this behaviour?

Regards

Lorenzo