Searched refs:last_tx_bytes (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Daccounting.c189 if (sta->last_tx_bytes > data->tx_bytes)
192 sta->last_tx_bytes = data->tx_bytes;
199 sta->last_tx_bytes, sta->acct_output_gigawords);
247 sta->last_rx_bytes = sta->last_tx_bytes = 0;
H A Dsta_info.h83 unsigned long last_tx_bytes; member in struct:sta_info
/external/wpa_supplicant_8/src/ap/
H A Daccounting.c189 if (sta->last_tx_bytes > data->tx_bytes)
192 sta->last_tx_bytes = data->tx_bytes;
199 sta->last_tx_bytes, sta->acct_output_gigawords);
247 sta->last_rx_bytes = sta->last_tx_bytes = 0;
H A Dsta_info.h83 unsigned long last_tx_bytes; member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Daccounting.c189 if (sta->last_tx_bytes > data->tx_bytes)
192 sta->last_tx_bytes = data->tx_bytes;
199 sta->last_tx_bytes, sta->acct_output_gigawords);
247 sta->last_rx_bytes = sta->last_tx_bytes = 0;
H A Dsta_info.h83 unsigned long last_tx_bytes; member in struct:sta_info

Completed in 21 milliseconds