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

  /external/wpa_supplicant_8/src/ap/
accounting.c 159 if (sta->last_rx_bytes > data->rx_bytes)
163 sta->last_rx_bytes = data->rx_bytes;
170 sta->last_rx_bytes, sta->acct_input_gigawords,
218 sta->last_rx_bytes = sta->last_tx_bytes = 0;
sta_info.h 84 unsigned long last_rx_bytes; member in struct:sta_info

Completed in 31 milliseconds