We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a0bec commit cdb9a94Copy full SHA for cdb9a94
components/esp_wifi_remote/idf_v5.4/include/injected/esp_wifi.h
@@ -564,6 +564,7 @@ esp_err_t esp_wifi_get_scan_parameters(wifi_scan_default_params_t *config);
564
* - ESP_OK: succeed
565
* - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init
566
* - ESP_ERR_WIFI_NOT_STARTED: WiFi is not started by esp_wifi_start
567
+ * - ESP_ERR_WIFI_STATE: WiFi is still connecting when esp_wifi_scan_stop() is invoked.
568
*/
569
esp_err_t esp_wifi_scan_stop(void);
570
0 commit comments