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.

CC3220MODA: How Can I See When Provisioning Times Out?

Part Number: CC3220MODA

I have put the device into provisioning mode using sl_WlanProvisioning(...) with a 10 minute timeout.  How can I be notified if it does actually time out?

  • You will get a SL WLAN Event (in SimplelinkWlanEventHandler) of SL_WLAN_EVENT_PROVISIONING_STATUS with provisioning status == SL_WLAN_PROVISIONING_STOPPED. 

    Note that the value you set as a timeout has an impact only if you call the command in AP role. Otherwise, it will always be 10 minutes.

    This is a current issue that will be fixed in one of the future SDKs.

    Br,

    Kobi