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

Return value

- ESP_OK - ESP_ERR_ESP_NETIF_INVALID_PARAMS - ESP_ERR_ESP_NETIF_IF_NOT_READY

Notes

To stop an interface from application code, the media driver-specific API (esp_wifi_stop() or esp_eth_stop()) shall be called, the driver layer will then send a stop event and the event handler should call this API.

References

from examples