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 161 if (sta->last_tx_bytes > data->tx_bytes)
164 sta->last_tx_bytes = data->tx_bytes;
171 sta->last_tx_bytes, sta->acct_output_gigawords);
218 sta->last_rx_bytes = sta->last_tx_bytes = 0;
sta_info.h 85 unsigned long last_tx_bytes; member in struct:sta_info

Completed in 517 milliseconds