mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04: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