ESP32/components
Robert McMahon c73e694b9a Add MAC filter, histograms, and enhanced debug logging to ESP32 monitor
- Add MAC address filter for debug logging (monitor filter command)
- Add histograms for AMPDU aggregation, MCS distribution, and spatial streams
- Display RA (Receiver Address) in data frame debug logs alongside TA
- Add periodic diagnostic summary (every 10s) showing data frame stats
- Add filtered frame diagnostic logging when filter is active
- Fix MCS extraction to properly cap values based on HT/VHT/HE standards
- Add esp_timer dependency to wifi_monitor component
- Display frame type breakdown and histograms in monitor status
- Show debug and filter status in monitor status output

These changes help debug WiFi traffic by filtering on specific MAC addresses
and providing detailed statistics about frame characteristics.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 16:38:21 -08:00
..
app_console Add MAC filter, histograms, and enhanced debug logging to ESP32 monitor 2026-02-10 16:38:21 -08:00
csi_log update license 2025-12-19 18:13:49 -08:00
csi_manager update license 2025-12-19 18:13:49 -08:00
gps_sync SD card (SPI + CD), GPS PPS polarity/diagnostics, wiring docs 2026-02-07 11:42:03 -08:00
iperf Refactor file headers and clean up comments in multiple source files 2025-12-27 19:34:21 -08:00
mcs_telemetry Fix telemetry dropped counter and improve SD card list display 2026-02-10 10:05:13 -08:00
sd_card Fix telemetry dropped counter and improve SD card list display 2026-02-10 10:05:13 -08:00
sdcard_http Add HTTP/serial file transfer, broadcast beacon, SD telemetry 2026-02-07 12:30:04 -08:00
status_led Fix telemetry: snprintf truncation, open/write for SD, append NDJSON, capture LED 2026-02-07 21:39:57 -08:00
wifi_cfg Add channel frequency display to monitor status 2026-02-10 10:50:16 -08:00
wifi_controller Add MAC filter, histograms, and enhanced debug logging to ESP32 monitor 2026-02-10 16:38:21 -08:00
wifi_monitor Add MAC filter, histograms, and enhanced debug logging to ESP32 monitor 2026-02-10 16:38:21 -08:00