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-LAUNCHXL: How to call again sl_WlanProvisioning()

Part Number: CC3220SF-LAUNCHXL

Suppose I start the provisioning using SmartConfig like :

sl_WlanProvisioning(SL_WLAN_PROVISIONING_CMD_START_MODE_SC, ROLE_STA, 30,NULL, 0);

How to restart the provision process if the sl_WlanProvisioning() call fails or timeout?

How I can read the current provisioning status ?

Thanks