Searched defs:hostap_sta_driver_data (Results 1 – 1 of 1) sorted by relevance
2468 struct hostap_sta_driver_data { struct2469 unsigned long rx_packets, tx_packets;2470 unsigned long long rx_bytes, tx_bytes;2471 unsigned long long rx_airtime, tx_airtime;2472 unsigned long long beacons_count;2473 int bytes_64bit; /* whether 64-bit byte counters are supported */2474 unsigned long current_tx_rate; /* in kbps */2475 unsigned long current_rx_rate; /* in kbps */2476 unsigned long inactive_msec;2477 unsigned long connected_sec;[all …]