30 MMWLAN_STATS_CONNECT_TIMESTAMP_START,
31 MMWLAN_STATS_CONNECT_TIMESTAMP_SCAN_REQUESTED,
32 MMWLAN_STATS_CONNECT_TIMESTAMP_SCAN_COMPLETE,
33 MMWLAN_STATS_CONNECT_TIMESTAMP_SEND_AUTH_1,
34 MMWLAN_STATS_CONNECT_TIMESTAMP_RECV_AUTH_1,
35 MMWLAN_STATS_CONNECT_TIMESTAMP_SEND_AUTH_2,
36 MMWLAN_STATS_CONNECT_TIMESTAMP_RECV_AUTH_2,
37 MMWLAN_STATS_CONNECT_TIMESTAMP_SEND_ASSOC,
38 MMWLAN_STATS_CONNECT_TIMESTAMP_RECV_ASSOC,
39 MMWLAN_STATS_CONNECT_TIMESTAMP_LINK_UP,
40 MMWLAN_STATS_CONNECT_TIMESTAMP_N_ENTRIES
mmwlan_stats_connect_timestamp_index
Enumeration of valid indexes for connect_timestamp.
Data structure to contain all stats from the UMAC.
uint32_t datapath_rxq_frames_dropped
Number of RX frames that have been dropped due to RX Queue being full.
uint8_t datapath_txq_high_water_mark
High water mark of the TX Queue.
uint32_t timeouts_fired
Number of times any timer or timeout has fired.
uint32_t datapath_rx_reorder_timedout
Number of frames that have been flushed from the RX reorder list due to timeout.
uint32_t datapath_rx_reorder_retransmit_drops
Number of frames dropped due to repeated sequence control field value.
uint8_t datapath_rx_reorder_list_high_water_mark
High water mark in terms of number of frames in the RX reorder list.
uint8_t datapath_rx_mgmt_q_high_water_mark
High water mark of the RX Management Queue.
uint32_t datapath_txq_frames_dropped
Number of TX frames that have been dropped due to TX Queue being full.
uint16_t num_scans_complete
Count of the number of successfully conducted scans.
int16_t rssi
Current RSSI value for AP.
uint32_t datapath_rx_reorder_total
Total number of frames that have actually been put into the A-MPDU reordering buffer.
uint16_t hw_restart_counter
Count of the number of times the driver has sent a hardware restart notification.
uint32_t datapath_rx_reorder_overflow
Number of frames that have been flushed due to the RX A-MPDU reordering buffer overflowing.
uint32_t datapath_rx_ccmp_failures
Total number of frames that have been dropped due to CCMP failures.
uint32_t datapath_driver_rx_alloc_failures
Number of RX pages that have been dropped due to allocation failures.
uint32_t connect_timestamp[MMWLAN_STATS_CONNECT_TIMESTAMP_N_ENTRIES]
Timestamps taken during the connection process.
uint32_t datapath_rx_reorder_outdated_drops
Number of frames dropped due to outdated sequence control field value.
uint8_t datapath_rxq_high_water_mark
High water mark of the RX Queue.
uint32_t datapath_driver_rx_read_failures
Number of RX pages that have been dropped due to read failures.
uint32_t last_tx_time
Time that the last TX frame was sent to the driver.