Searched refs:tx_bytes (Results 1 - 18 of 18) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | accounting.c | 183 if (sta->last_tx_bytes_lo > data->tx_bytes) in accounting_sta_update_stats() 185 sta->last_tx_bytes_lo = data->tx_bytes; in accounting_sta_update_stats() 190 "updated TX/RX stats: rx_bytes=%llu [%u:%u] tx_bytes=%llu [%u:%u] bytes_64bit=%d", in accounting_sta_update_stats() 193 data->tx_bytes, sta->last_tx_bytes_hi, in accounting_sta_update_stats() 324 bytes = data.tx_bytes; in accounting_sta_report()
|
H A D | ctrl_iface_ap.c | 94 data.rx_bytes, data.tx_bytes, data.inactive_msec, in hostapd_get_sta_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | accounting.c | 183 if (sta->last_tx_bytes_lo > data->tx_bytes) in accounting_sta_update_stats() 185 sta->last_tx_bytes_lo = data->tx_bytes; in accounting_sta_update_stats() 190 "updated TX/RX stats: rx_bytes=%llu [%u:%u] tx_bytes=%llu [%u:%u] bytes_64bit=%d", in accounting_sta_update_stats() 193 data->tx_bytes, sta->last_tx_bytes_hi, in accounting_sta_update_stats() 324 bytes = data.tx_bytes; in accounting_sta_report()
|
H A D | ctrl_iface_ap.c | 68 data.rx_bytes, data.tx_bytes, data.inactive_msec, in hostapd_get_sta_tx_rx()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | if_link.h | 13 __u32 tx_bytes; member 61 * @tx_bytes: Number of good transmitted bytes, corresponding to @tx_packets. 222 __u64 tx_bytes; member 260 __u64 tx_bytes; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_atheros.c | 680 data->tx_bytes = stats.is_stats.ns_tx_bytes; in atheros_read_sta_driver_data() 1291 else if (os_strcmp(key, "tx_bytes") == 0) in atheros_wireless_event_wireless_custom() 1292 drv->acct_data.tx_bytes = val; in atheros_wireless_event_wireless_custom()
|
H A D | driver_hostap.c | 614 else if (strcmp(line, "tx_bytes") == 0) in hostap_read_sta_data() 615 data->tx_bytes = val; in hostap_read_sta_data()
|
H A D | driver.h | 1795 unsigned long long rx_bytes, tx_bytes; member
|
H A D | driver_bsd.c | 752 data->tx_bytes = stats.is_stats.ns_tx_bytes; in bsd_read_sta_driver_data()
|
H A D | driver_nl80211.c | 6384 data->tx_bytes = nla_get_u32(stats[NL80211_STA_INFO_TX_BYTES]); in get_sta_handler() 6393 data->tx_bytes = in get_sta_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_atheros.c | 676 data->tx_bytes = stats.is_stats.ns_tx_bytes; in atheros_read_sta_driver_data() 1284 else if (os_strcmp(key, "tx_bytes") == 0) in atheros_wireless_event_wireless_custom() 1285 drv->acct_data.tx_bytes = val; in atheros_wireless_event_wireless_custom()
|
H A D | driver_hostap.c | 618 else if (strcmp(line, "tx_bytes") == 0) in hostap_read_sta_data() 619 data->tx_bytes = val; in hostap_read_sta_data()
|
H A D | driver.h | 2249 unsigned long long rx_bytes, tx_bytes; member
|
H A D | driver_bsd.c | 971 data->tx_bytes = stats.is_stats.ns_tx_bytes; in bsd_read_sta_driver_data()
|
H A D | driver_nl80211.c | 7443 data->tx_bytes = nla_get_u32(stats[NL80211_STA_INFO_TX_BYTES]); 7452 data->tx_bytes =
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 775 line_feed, rtstat->tx_bytes, rtstat->tx_packets, rtstat->tx_errors, in print_stats()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 4191 &data.tx_bytes, in wpas_dbus_getter_sta_tx_bytes()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 4798 &data.tx_bytes, in wpas_dbus_getter_sta_tx_bytes()
|
Completed in 84 milliseconds