Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDaccounting.c167 if (sta->last_rx_bytes > data->rx_bytes) in accounting_sta_update_stats()
171 sta->last_rx_bytes = data->rx_bytes; in accounting_sta_update_stats()
178 sta->last_rx_bytes, sta->acct_input_gigawords, in accounting_sta_update_stats()
224 sta->last_rx_bytes = sta->last_tx_bytes = 0; in accounting_sta_start()
HDsta_info.h110 unsigned long last_rx_bytes; member