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.h2194 struct hostap_sta_driver_data { struct
2195 unsigned long rx_packets, tx_packets;
2196 unsigned long long rx_bytes, tx_bytes;
2197 unsigned long long rx_airtime, tx_airtime;
2198 int bytes_64bit; /* whether 64-bit byte counters are supported */
2199 unsigned long current_tx_rate;
2200 unsigned long current_rx_rate;
2201 unsigned long inactive_msec;
2202 unsigned long connected_sec;
2203 unsigned long flags; /* bitfield of STA_DRV_DATA_* */
[all …]