Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 - 25 of 30) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Daccounting.c183 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 Dctrl_iface_ap.c94 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 Daccounting.c183 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 Dctrl_iface_ap.c68 data.rx_bytes, data.tx_bytes, data.inactive_msec, in hostapd_get_sta_tx_rx()
/third_party/libbpf/include/uapi/linux/
H A Dif_link.h13 __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 Ddngl_stats.h42 unsigned long tx_bytes; /* total bytes transmitted */ member
H A Ddhd_config.c1085 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 Ddhd_sdio.c1952 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 Dhmac_event.c943 hmac_vap->station_info.tx_bytes = query_station_reponse_event->tx_bytes; in hmac_proc_query_response_event()
H A Ddmac_ext_if.h868 hi_u32 tx_bytes; /* total bytes transmitted */ member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dnet_bdh_adpater.c460 devStat.txBytes = kdevStat->tx_bytes; in hdf_bdh6_netdev_getstats()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c680 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 Ddriver_hostap.c614 else if (strcmp(line, "tx_bytes") == 0) in hostap_read_sta_data()
615 data->tx_bytes = val; in hostap_read_sta_data()
H A Ddriver.h1795 unsigned long long rx_bytes, tx_bytes; member
H A Ddriver_bsd.c752 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 Ddriver_atheros.c676 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 Ddriver_hostap.c618 else if (strcmp(line, "tx_bytes") == 0) in hostap_read_sta_data()
619 data->tx_bytes = val; in hostap_read_sta_data()
H A Ddriver.h2249 unsigned long long rx_bytes, tx_bytes; member
H A Ddriver_bsd.c971 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 Dwal_cfg80211.c1156 sta_info->tx_bytes = stats->tx_bytes; in wal_cfg80211_fill_station_info()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h1265 hi_u64 tx_bytes; member
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c1640 dev->stats.tx_bytes += entry->length; in tx_complete()
/third_party/toybox/toys/pending/
H A Dip.c775 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 Ddbus_new_handlers.c4191 &data.tx_bytes, in wpas_dbus_getter_sta_tx_bytes()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4798 &data.tx_bytes, in wpas_dbus_getter_sta_tx_bytes()

Completed in 88 milliseconds

12