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

  /external/wpa_supplicant_8/src/ap/
accounting.c 195 if (sta->last_tx_bytes > data->tx_bytes)
198 sta->last_tx_bytes = data->tx_bytes;
205 sta->last_tx_bytes, sta->acct_output_gigawords);
251 sta->last_rx_bytes = sta->last_tx_bytes = 0;
sta_info.h 82 unsigned long last_tx_bytes; member in struct:sta_info

Completed in 42 milliseconds