Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Daccounting.c255 u32 gigawords; in accounting_sta_report() local
296 gigawords = sta->acct_input_gigawords; in accounting_sta_report()
298 gigawords += data.rx_bytes >> 32; in accounting_sta_report()
300 if (gigawords && in accounting_sta_report()
303 gigawords)) { in accounting_sta_report()
313 gigawords = sta->acct_output_gigawords; in accounting_sta_report()
315 gigawords += data.tx_bytes >> 32; in accounting_sta_report()
317 if (gigawords && in accounting_sta_report()
320 gigawords)) { in accounting_sta_report()