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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Daccounting.c187 if (sta->last_rx_bytes > data->rx_bytes)
191 sta->last_rx_bytes = data->rx_bytes;
198 sta->last_rx_bytes, sta->acct_input_gigawords,
247 sta->last_rx_bytes = sta->last_tx_bytes = 0;
H A Dsta_info.h82 unsigned long last_rx_bytes; member in struct:sta_info
/external/wpa_supplicant_8/src/ap/
H A Daccounting.c187 if (sta->last_rx_bytes > data->rx_bytes)
191 sta->last_rx_bytes = data->rx_bytes;
198 sta->last_rx_bytes, sta->acct_input_gigawords,
247 sta->last_rx_bytes = sta->last_tx_bytes = 0;
H A Dsta_info.h82 unsigned long last_rx_bytes; member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Daccounting.c187 if (sta->last_rx_bytes > data->rx_bytes)
191 sta->last_rx_bytes = data->rx_bytes;
198 sta->last_rx_bytes, sta->acct_input_gigawords,
247 sta->last_rx_bytes = sta->last_tx_bytes = 0;
H A Dsta_info.h82 unsigned long last_rx_bytes; member in struct:sta_info

Completed in 101 milliseconds