Searched defs:hostap_sta_driver_data (Results 1 – 2 of 2) sorted by relevance
1793 struct hostap_sta_driver_data { struct1794 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;[all …]
2247 struct hostap_sta_driver_data { struct2248 unsigned long rx_packets, tx_packets;2249 unsigned long long rx_bytes, tx_bytes;2250 unsigned long long rx_airtime, tx_airtime;2251 int bytes_64bit; /* whether 64-bit byte counters are supported */2252 unsigned long current_tx_rate;2253 unsigned long current_rx_rate;2254 unsigned long inactive_msec;2255 unsigned long connected_sec;2256 unsigned long flags; /* bitfield of STA_DRV_DATA_* */[all …]