/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
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dngl_stats.h | 42 unsigned long tx_bytes; /* total bytes transmitted */ member
|
H A D | dhd_config.c | 1085 tx_tput = (int32)(((dhd->dstats.tx_bytes-last_tx)/1024/1024)*8)*1000/diff_ms; in dhd_conf_tput_measure() 1088 last_tx = dhd->dstats.tx_bytes; in dhd_conf_tput_measure()
|
H A D | dhd_sdio.c | 1952 bus->dhd->dstats.tx_bytes += datalen; in dhd_bus_txdata() 2525 dhd->dstats.tx_bytes += datalen; in dhdsdio_sendfromq()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_event.c | 943 hmac_vap->station_info.tx_bytes = query_station_reponse_event->tx_bytes; in hmac_proc_query_response_event()
|
H A D | dmac_ext_if.h | 868 hi_u32 tx_bytes; /* total bytes transmitted */ member
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | net_bdh_adpater.c | 460 devStat.txBytes = kdevStat->tx_bytes; in hdf_bdh6_netdev_getstats()
|
/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()
|
/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()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211.c | 1156 sta_info->tx_bytes = stats->tx_bytes; in wal_cfg80211_fill_station_info()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 1265 hi_u64 tx_bytes; member
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 1640 dev->stats.tx_bytes += entry->length;
in tx_complete()
|
/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()
|