ESP-IDF + 0/8 examples
SourceVu will show references to esp_netif_create_default_wifi_ap() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxExamplesReferencesCall TreeData Use

Return value

pointer to esp-netif instance

Notes

The API creates esp_netif object with default WiFi access point config, attaches the netif to wifi and registers wifi handlers to the default event loop. This API uses assert() to check for potential errors, so it could abort the program. (Note that the default event loop needs to be created prior to calling this API)

References

from 0/8 examples