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_standard/src/drivers/
Ddriver.h2508 struct hostap_sta_driver_data { struct
2509 unsigned long rx_packets, tx_packets;
2510 unsigned long long rx_bytes, tx_bytes;
2511 unsigned long long rx_airtime, tx_airtime;
2512 unsigned long long beacons_count;
2513 int bytes_64bit; /* whether 64-bit byte counters are supported */
2514 unsigned long current_tx_rate; /* in kbps */
2515 unsigned long current_rx_rate; /* in kbps */
2516 unsigned long inactive_msec;
2517 unsigned long connected_sec;
[all …]
/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 …]