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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Daccounting.c195 if (sta->last_tx_bytes > data->tx_bytes)
198 sta->last_tx_bytes = data->tx_bytes;
205 sta->last_tx_bytes, sta->acct_output_gigawords);
251 sta->last_rx_bytes = sta->last_tx_bytes = 0;
H A Dsta_info.h82 unsigned long last_tx_bytes; member in struct:sta_info
/external/wpa_supplicant_8/src/ap/
H A Daccounting.c195 if (sta->last_tx_bytes > data->tx_bytes)
198 sta->last_tx_bytes = data->tx_bytes;
205 sta->last_tx_bytes, sta->acct_output_gigawords);
251 sta->last_rx_bytes = sta->last_tx_bytes = 0;
H A Dsta_info.h82 unsigned long last_tx_bytes; member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Daccounting.c195 if (sta->last_tx_bytes > data->tx_bytes)
198 sta->last_tx_bytes = data->tx_bytes;
205 sta->last_tx_bytes, sta->acct_output_gigawords);
251 sta->last_rx_bytes = sta->last_tx_bytes = 0;
H A Dsta_info.h82 unsigned long last_tx_bytes; member in struct:sta_info

Completed in 188 milliseconds