Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dhidl_struct_util_unit_tests.cpp140 legacy_stats.iface.ac[legacy_hal::WIFI_AC_BE].tx_mpdu = rand(); in TEST_F()
150 legacy_stats.iface.ac[legacy_hal::WIFI_AC_BK].tx_mpdu = rand(); in TEST_F()
160 legacy_stats.iface.ac[legacy_hal::WIFI_AC_VI].tx_mpdu = rand(); in TEST_F()
170 legacy_stats.iface.ac[legacy_hal::WIFI_AC_VO].tx_mpdu = rand(); in TEST_F()
216 .tx_mpdu = 0, in TEST_F()
225 .tx_mpdu = 6, in TEST_F()
243 EXPECT_EQ(legacy_stats.iface.ac[legacy_hal::WIFI_AC_BE].tx_mpdu, in TEST_F()
261 EXPECT_EQ(legacy_stats.iface.ac[legacy_hal::WIFI_AC_BK].tx_mpdu, in TEST_F()
279 EXPECT_EQ(legacy_stats.iface.ac[legacy_hal::WIFI_AC_VI].tx_mpdu, in TEST_F()
297 EXPECT_EQ(legacy_stats.iface.ac[legacy_hal::WIFI_AC_VO].tx_mpdu, in TEST_F()
[all …]
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dlink_layer_stats.h134 u32 tx_mpdu; // number of successfully transmitted data pkts (ACK rcvd) member
182 … u32 tx_mpdu; // number of successfully transmitted unicast data pkts (ACK rcvd) member
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dllstats.cpp231 …stats->tx_mpdu = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MPDU… in get_wifi_wmm_ac_stat()
329 stats->tx_mpdu, in get_wifi_wmm_ac_stat()
391 … stats->tx_mpdu = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_TX_MPDU]); in get_wifi_rate_stat()
434 stats->tx_mpdu, in get_wifi_rate_stat()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp1019 legacy_stats.iface.ac[legacy_hal::WIFI_AC_BE].tx_mpdu; in convertLegacyLinkLayerStatsToHidl()
1035 legacy_stats.iface.ac[legacy_hal::WIFI_AC_BK].tx_mpdu; in convertLegacyLinkLayerStatsToHidl()
1051 legacy_stats.iface.ac[legacy_hal::WIFI_AC_VI].tx_mpdu; in convertLegacyLinkLayerStatsToHidl()
1067 legacy_stats.iface.ac[legacy_hal::WIFI_AC_VO].tx_mpdu; in convertLegacyLinkLayerStatsToHidl()
1129 rateStat.txMpdu = legacy_rate_stats.tx_mpdu; in convertLegacyPeerInfoStatsToHidl()
/aosp12/packages/modules/Wifi/service/proto/src/
H A Dmetrics.proto2792 optional int32 tx_mpdu = 6; field