Home
last modified time | relevance | path

Searched defs:hostap_sta_driver_data (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Ddriver.h2149 struct hostap_sta_driver_data { struct
2150 unsigned long rx_packets, tx_packets;
2151 unsigned long long rx_bytes, tx_bytes;
2152 unsigned long long rx_airtime, tx_airtime;
2153 int bytes_64bit; /* whether 64-bit byte counters are supported */
2154 unsigned long current_tx_rate;
2155 unsigned long current_rx_rate;
2156 unsigned long inactive_msec;
2157 unsigned long flags; /* bitfield of STA_DRV_DATA_* */
2158 unsigned long num_ps_buf_frames;
[all …]