Home
last modified time | relevance | path

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 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
/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()
H A Ddriver_nl80211.c6384 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 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()
H A Ddriver_nl80211.c7443 data->tx_bytes = nla_get_u32(stats[NL80211_STA_INFO_TX_BYTES]);
7452 data->tx_bytes =
/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 84 milliseconds