Home
last modified time | relevance | path

Searched refs:acct_output_gigawords (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Daccounting.c196 sta->acct_output_gigawords++; in accounting_sta_update_stats()
205 sta->last_tx_bytes, sta->acct_output_gigawords); in accounting_sta_update_stats()
252 sta->acct_input_gigawords = sta->acct_output_gigawords = 0; in accounting_sta_start()
336 gigawords = sta->acct_output_gigawords; in accounting_sta_report()
Dsta_info.h84 u32 acct_output_gigawords; /* Acct-Output-Gigawords */ member