Searched defs:hostap_sta_driver_data (Results 1 – 1 of 1) sorted by relevance
2498 struct hostap_sta_driver_data { struct2499 unsigned long rx_packets, tx_packets;2500 unsigned long long rx_bytes, tx_bytes;2501 unsigned long long rx_airtime, tx_airtime;2502 unsigned long long beacons_count;2503 int bytes_64bit; /* whether 64-bit byte counters are supported */2504 unsigned long current_tx_rate; /* in kbps */2505 unsigned long current_rx_rate; /* in kbps */2506 unsigned long inactive_msec;2507 unsigned long connected_sec;[all …]