Searched defs:hostap_sta_driver_data (Results 1 – 1 of 1) sorted by relevance
2161 struct hostap_sta_driver_data { struct2162 unsigned long rx_packets, tx_packets;2163 unsigned long long rx_bytes, tx_bytes;2164 unsigned long long rx_airtime, tx_airtime;2165 int bytes_64bit; /* whether 64-bit byte counters are supported */2166 unsigned long current_tx_rate;2167 unsigned long current_rx_rate;2168 unsigned long inactive_msec;2169 unsigned long connected_sec;2170 unsigned long flags; /* bitfield of STA_DRV_DATA_* */[all …]