Searched defs:hostap_sta_driver_data (Results 1 – 1 of 1) sorted by relevance
2484 struct hostap_sta_driver_data { struct2485 unsigned long rx_packets, tx_packets;2486 unsigned long long rx_bytes, tx_bytes;2487 unsigned long long rx_airtime, tx_airtime;2488 unsigned long long beacons_count;2489 int bytes_64bit; /* whether 64-bit byte counters are supported */2490 unsigned long current_tx_rate; /* in kbps */2491 unsigned long current_rx_rate; /* in kbps */2492 unsigned long inactive_msec;2493 unsigned long connected_sec;[all …]