Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver.h1793 struct hostap_sta_driver_data { struct
1794 unsigned long rx_packets, tx_packets;
1795 unsigned long long rx_bytes, tx_bytes;
1796 unsigned long long rx_airtime, tx_airtime;
1797 int bytes_64bit; /* whether 64-bit byte counters are supported */
1798 unsigned long current_tx_rate;
1799 unsigned long current_rx_rate;
1800 unsigned long inactive_msec;
1801 unsigned long flags; /* bitfield of STA_DRV_DATA_* */
1802 unsigned long num_ps_buf_frames;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver.h2158 struct hostap_sta_driver_data { struct
2159 unsigned long rx_packets, tx_packets;
2160 unsigned long long rx_bytes, tx_bytes;
2161 unsigned long long rx_airtime, tx_airtime;
2162 int bytes_64bit; /* whether 64-bit byte counters are supported */
2163 unsigned long current_tx_rate;
2164 unsigned long current_rx_rate;
2165 unsigned long inactive_msec;
2166 unsigned long connected_sec;
2167 unsigned long flags; /* bitfield of STA_DRV_DATA_* */
[all …]