pub unsafe extern "C" fn wifi_prov_mgr_reset_sm_state_for_reprovision(
) -> esp_err_t
Expand description

@brief Reset internal state machine and clear provisioned credentials.

This API can be used to restart provisioning ONLY in case the device is to be provisioned again for new credentials after a previous successful provisioning without rebooting the device.

@note This API can be used only if provisioning auto-stop has been disabled using wifi_prov_mgr_disable_auto_stop()

@return

  • ESP_OK : Reset provisioning state machine successfully
  • ESP_FAIL : Failed to reset provisioning state machine
  • ESP_ERR_INVALID_STATE : Manager not initialized