Search found 2 matches

by avrono
Tue Sep 26, 2023 11:47 am
Forum: ESP-IDF
Topic: TX RX Stats on C6 (IDF 5.1)
Replies: 0
Views: 472

TX RX Stats on C6 (IDF 5.1)

The C6 can produce RX/TX stats for example https://github.com/espressif/esp-idf/bl ... fi_stats.c

Is there any document defining what these stats mean and how they are computed ?
by avrono
Sat Sep 02, 2023 11:14 pm
Forum: Report Bugs
Topic: 802.11 FCS failed ACK and BLOCK-ACK packets
Replies: 0
Views: 37385

802.11 FCS failed ACK and BLOCK-ACK packets

I have observed some strange behaviour (5.1). I am monitoring 802.11 control frames packets in promiscuous mode: void promiscuousmode(void *buffer, wifi_promiscuous_pkt_type_t type) { wifi_promiscuous_pkt_t *p = (wifi_promiscuous_pkt_t *) buffer printf("p->rx_ctrl.rx_state\n"); For ACK and BLOCK ACK...