esp_wifi_set_promiscuous_rx_cb() function
Register the RX callback function in the promiscuous mode. Each time a packet is received, the registered callback function will be called.
Return value
- ESP_OK: succeed - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init
Examples
esp_wifi_set_promiscuous_rx_cb() is referenced by 1 libraries and example projects: