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

  /external/wpa_supplicant_8/src/ap/
accounting.c 160 if (sta->last_tx_bytes > data->tx_bytes)
163 sta->last_tx_bytes = data->tx_bytes;
170 sta->last_tx_bytes, sta->acct_output_gigawords);
215 sta->last_rx_bytes = sta->last_tx_bytes = 0;
sta_info.h 86 unsigned long last_tx_bytes; member in struct:sta_info

Completed in 409 milliseconds