Searched defs:hostap_sta_driver_data (Results 1 – 1 of 1) sorted by relevance
2542 struct hostap_sta_driver_data { struct2543 unsigned long rx_packets, tx_packets;2544 unsigned long long rx_bytes, tx_bytes;2545 unsigned long long rx_airtime, tx_airtime;2546 unsigned long long beacons_count;2547 int bytes_64bit; /* whether 64-bit byte counters are supported */2548 unsigned long current_tx_rate; /* in kbps */2549 unsigned long current_rx_rate; /* in kbps */2550 unsigned long inactive_msec;2551 unsigned long connected_sec;[all …]