Searched refs:mpdu_lost (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/wifi/aidl/default/tests/ |
D | aidl_struct_util_unit_tests.cpp | 153 link.stat.ac[legacy_hal::WIFI_AC_BE].mpdu_lost = rand(); in TEST_F() 162 link.stat.ac[legacy_hal::WIFI_AC_BK].mpdu_lost = rand(); in TEST_F() 171 link.stat.ac[legacy_hal::WIFI_AC_VI].mpdu_lost = rand(); in TEST_F() 180 link.stat.ac[legacy_hal::WIFI_AC_VO].mpdu_lost = rand(); in TEST_F() 199 .mpdu_lost = 2, in TEST_F() 208 .mpdu_lost = 8, in TEST_F() 274 EXPECT_EQ(link.stat.ac[legacy_hal::WIFI_AC_BE].mpdu_lost, in TEST_F() 294 EXPECT_EQ(link.stat.ac[legacy_hal::WIFI_AC_BK].mpdu_lost, in TEST_F() 314 EXPECT_EQ(link.stat.ac[legacy_hal::WIFI_AC_VI].mpdu_lost, in TEST_F() 334 EXPECT_EQ(link.stat.ac[legacy_hal::WIFI_AC_VO].mpdu_lost, in TEST_F() [all …]
|
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | link_layer_stats.h | 136 u32 mpdu_lost; // number of data packet losses (no ACK) member 189 u32 mpdu_lost; // number of data pkt losses (no ACK) member
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | llstats.cpp | 287 …stats->mpdu_lost = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_MPDU_LO… in get_wifi_wmm_ac_stat() 349 stats->mpdu_lost, in get_wifi_wmm_ac_stat() 419 …stats->mpdu_lost = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MPDU_LOST]); in get_wifi_rate_stat() 450 stats->mpdu_lost, in get_wifi_rate_stat()
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | llstats.cpp | 273 …stats->mpdu_lost = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_MPDU_LO… in get_wifi_wmm_ac_stat() 335 stats->mpdu_lost, in get_wifi_wmm_ac_stat() 405 …stats->mpdu_lost = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MPDU_LOST]); in get_wifi_rate_stat() 436 stats->mpdu_lost, in get_wifi_rate_stat()
|
/hardware/interfaces/wifi/aidl/default/ |
D | aidl_struct_util.cpp | 935 linkStats.wmeBePktStats.lostMpdu = link.stat.ac[legacy_hal::WIFI_AC_BE].mpdu_lost; in convertLegacyLinkLayerMlStatsToAidl() 947 linkStats.wmeBkPktStats.lostMpdu = link.stat.ac[legacy_hal::WIFI_AC_BK].mpdu_lost; in convertLegacyLinkLayerMlStatsToAidl() 959 linkStats.wmeViPktStats.lostMpdu = link.stat.ac[legacy_hal::WIFI_AC_VI].mpdu_lost; in convertLegacyLinkLayerMlStatsToAidl() 971 linkStats.wmeVoPktStats.lostMpdu = link.stat.ac[legacy_hal::WIFI_AC_VO].mpdu_lost; in convertLegacyLinkLayerMlStatsToAidl() 1025 linkStats.wmeBePktStats.lostMpdu = legacy_stats.iface.ac[legacy_hal::WIFI_AC_BE].mpdu_lost; in convertLegacyLinkLayerStatsToAidl() 1037 linkStats.wmeBkPktStats.lostMpdu = legacy_stats.iface.ac[legacy_hal::WIFI_AC_BK].mpdu_lost; in convertLegacyLinkLayerStatsToAidl() 1049 linkStats.wmeViPktStats.lostMpdu = legacy_stats.iface.ac[legacy_hal::WIFI_AC_VI].mpdu_lost; in convertLegacyLinkLayerStatsToAidl() 1061 linkStats.wmeVoPktStats.lostMpdu = legacy_stats.iface.ac[legacy_hal::WIFI_AC_VO].mpdu_lost; in convertLegacyLinkLayerStatsToAidl() 1150 rateStat.mpduLost = legacy_rate_stats.mpdu_lost; in convertLegacyPeerInfoStatsToAidl()
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 4395 local_ratestat_ptr->mpdu_lost, local_ratestat_ptr->retries); in updateRateStats() 4399 local_ratestat_ptr->mpdu_lost, local_ratestat_ptr->retries); in updateRateStats() 4459 printMsg("mpdu_lost = %d\n", local_link_ptr->ac[WIFI_AC_BE].mpdu_lost); in printPerLinkStats() 4464 printMsg("mpdu_lost = %d\n", local_link_ptr->ac[WIFI_AC_BK].mpdu_lost); in printPerLinkStats() 4468 printMsg("mpdu_lost = %d\n", local_link_ptr->ac[WIFI_AC_VI].mpdu_lost); in printPerLinkStats() 4472 printMsg("mpdu_lost = %d\n", local_link_ptr->ac[WIFI_AC_VO].mpdu_lost); in printPerLinkStats() 4780 printMsg("mpdu_lost = %d\n", link_stat->ac[WIFI_AC_BE].mpdu_lost); in printLinkStats() 4785 printMsg("mpdu_lost = %d\n", link_stat->ac[WIFI_AC_BK].mpdu_lost); in printLinkStats() 4789 printMsg("mpdu_lost = %d\n", link_stat->ac[WIFI_AC_VI].mpdu_lost); in printLinkStats() 4793 printMsg("mpdu_lost = %d\n", link_stat->ac[WIFI_AC_VO].mpdu_lost); in printLinkStats() [all …]
|