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