Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A Daccounting.c179 if (sta->last_rx_bytes_lo > data->rx_bytes) in accounting_sta_update_stats()
181 sta->last_rx_bytes_lo = data->rx_bytes; in accounting_sta_update_stats()
192 sta->last_rx_bytes_lo, in accounting_sta_update_stats()
241 sta->last_rx_bytes_lo = 0; in accounting_sta_start()
310 sta->last_rx_bytes_lo; in accounting_sta_report()
H A Dsta_info.h149 u32 last_rx_bytes_lo; member