Skip to content

Draft: wifi: add WiFi Transmission Statistics Helper (WifiTxStatsHelper)

This is an ongoing draft of WifiTxStatsHelper, which records:

  1. every data MPDU's MAC layer enqueue time, transmission start time, MAC ACK time, MAC dequeue time, and number of failures (see struct WifiTxPerPktRecord)
  2. per node statistics of successful packet count, retransmitted packet count, retransmission count, average retransmissions, final failure count (see struct WifiTxStatistics)
  3. whole network statistics of successful packet count, transmitted packet count, average retransmissions, number of final failiures. (see struct WifiTxStatistics)

Merge request reports