Home
last modified time | relevance | path

Searched refs:last_rx_bytes (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Daccounting.c187 if (sta->last_rx_bytes > data->rx_bytes) in accounting_sta_update_stats()
191 sta->last_rx_bytes = data->rx_bytes; in accounting_sta_update_stats()
198 sta->last_rx_bytes, sta->acct_input_gigawords, in accounting_sta_update_stats()
247 sta->last_rx_bytes = sta->last_tx_bytes = 0; in accounting_sta_start()
Dsta_info.h82 unsigned long last_rx_bytes; member