HomeSort by relevance Sort by last modified time
    Searched refs:last_rx_bytes_hi (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/ap/
accounting.c 177 sta->last_rx_bytes_hi++;
188 data->rx_bytes, sta->last_rx_bytes_hi,
237 sta->last_rx_bytes_hi = 0;
306 bytes = ((u64) sta->last_rx_bytes_hi << 32) |
sta_info.h 144 u32 last_rx_bytes_hi; member in struct:sta_info

Completed in 558 milliseconds