mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00

`wifi_prov_mgr_is_provisioned()` API uses the `esp_wifi_get_config()` API to check if Wi-Fi credentials are configured. It does not really require any other information from the wifi_prov component. Hence, this commit removed dependency of this API on provisioning manager initialization state. Closes IDF-5878