Searched refs:last_tx_bytes_hi (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Daccounting.c184 sta->last_tx_bytes_hi++;
193 data->tx_bytes, sta->last_tx_bytes_hi,
242 sta->last_tx_bytes_hi = 0;
326 bytes = ((u64) sta->last_tx_bytes_hi << 32) |
H A Dsta_info.h150 u32 last_tx_bytes_hi; member in struct:sta_info

Completed in 219 milliseconds