Page 1 of 1

WIFI Transmit/Receive Statistics

Posted: Mon Jan 29, 2024 5:20 am
by prasad.samudrala
Hello everyone,

The API esp_err_t esp_wifi_statis_dump(uint32_t modules) simply dumps WIFI Tx/RX statistics to serial debug console, to get the for application use, i don't see a way to get them from WIFI stack. I see some discussion on the below issue thread requesting for a new API to dump this to a file. Does anyone know, if this feature requested is ever implemented? I don't see this in IDF 5.1.2 too.

https://github.com/espressif/esp-idf/issues/6255