HomeSort by: relevance | last modified time | path
    Searched refs:last_tx_bytes_hi (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
accounting.c 184 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) |
sta_info.h 187 u32 last_tx_bytes_hi; member in struct:sta_info

Completed in 18 milliseconds