Searched defs:hostap_sta_driver_data (Results 1 – 1 of 1) sorted by relevance
1752 struct hostap_sta_driver_data { struct1753 unsigned long rx_packets, tx_packets;1754 unsigned long long rx_bytes, tx_bytes;1755 int bytes_64bit; /* whether 64-bit byte counters are supported */1756 unsigned long current_tx_rate;1757 unsigned long current_rx_rate;1758 unsigned long inactive_msec;1759 unsigned long flags; /* bitfield of STA_DRV_DATA_* */1760 unsigned long num_ps_buf_frames;1761 unsigned long tx_retry_failed;[all …]