esp_wifi_set_scan_parameters() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: succeed - ESP_FAIL: failed as station mode has not been started yet - ESP_ERR_INVALID_ARG: values provided do not satisfy the requirements - ESP_ERR_NOT_SUPPORTED: This API is not supported in AP mode yet - ESP_ERR_INVALID_STATE: a scan/connect is in progress right now, cannot change scan parameters - others: refer to error code in esp_err.h

References

from examples