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

Return value

pointer to esp-netif instance

Notes

The API creates esp_netif object with default WiFi station config, attaches the netif to wifi and registers wifi handlers to the default event loop. (Note that the default event loop needs to be created prior to calling this API)

References

from examples