ESP-IDF + 0/7 examples
SourceVu will show references to esp_wifi_scan_start() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: succeed - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init - ESP_ERR_WIFI_NOT_STARTED: WiFi was not started by esp_wifi_start - ESP_ERR_WIFI_TIMEOUT: blocking scan is timeout - ESP_ERR_WIFI_STATE: WiFi still connecting when invoke esp_wifi_scan_start - others: refer to error code in esp_err.h

References

from examples