Lines Matching defs:hostap_sta_driver_data
1793 struct hostap_sta_driver_data { struct
1794 unsigned long rx_packets, tx_packets;
1795 unsigned long long rx_bytes, tx_bytes;
1796 unsigned long long rx_airtime, tx_airtime;
1797 int bytes_64bit; /* whether 64-bit byte counters are supported */
1798 unsigned long current_tx_rate;
1799 unsigned long current_rx_rate;
1800 unsigned long inactive_msec;
1801 unsigned long flags; /* bitfield of STA_DRV_DATA_* */
1802 unsigned long num_ps_buf_frames;
1803 unsigned long tx_retry_failed;
1804 unsigned long tx_retry_count;
1805 s8 last_ack_rssi;
1806 unsigned long backlog_packets;
1807 unsigned long backlog_bytes;
1808 s8 signal;
1809 u8 rx_vhtmcs;
1810 u8 tx_vhtmcs;
1811 u8 rx_mcs;
1812 u8 tx_mcs;
1813 u8 rx_vht_nss;
1814 u8 tx_vht_nss;