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 182 sta->last_rx_bytes_hi++;
193 data->rx_bytes, sta->last_rx_bytes_hi,
242 sta->last_rx_bytes_hi = 0;
311 bytes = ((u64) sta->last_rx_bytes_hi << 32) |
sta_info.h 131 u32 last_rx_bytes_hi; member in struct:sta_info

Completed in 57 milliseconds