Searched defs:hostap_sta_driver_data (Results 1 – 1 of 1) sorted by relevance
2526 struct hostap_sta_driver_data { struct2527 unsigned long rx_packets, tx_packets;2528 unsigned long long rx_bytes, tx_bytes;2529 unsigned long long rx_airtime, tx_airtime;2530 unsigned long long beacons_count;2531 int bytes_64bit; /* whether 64-bit byte counters are supported */2532 unsigned long current_tx_rate; /* in kbps */2533 unsigned long current_rx_rate; /* in kbps */2534 unsigned long inactive_msec;2535 unsigned long connected_sec;[all …]