Home
last modified time | relevance | path

Searched refs:cca_busy_time (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h85 u32 cca_busy_time; // msecs the CCA register is busy (32 bits number accruing over time) member
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstats.cpp854 …pChStats->cca_busy_time = nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_CCA_BUSY_… in get_wifi_radio_stats()
857 … nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_RX_TIME]) <= pChStats->cca_busy_time) in get_wifi_radio_stats()
858 … pChStats->cca_busy_time -= nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_RX_TIME]); in get_wifi_radio_stats()
1063 pWifiChannelStats->cca_busy_time); in handleResponse()
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp237 .cca_busy_time = 0x55, in TEST_F()
242 .cca_busy_time = 0x66, in TEST_F()
424 EXPECT_EQ(legacy_channel_st.cca_busy_time, in TEST_F()
499 .cca_busy_time = 0x55, in TEST_F()
504 .cca_busy_time = 0x66, in TEST_F()
648 EXPECT_EQ(legacy_channel_st.cca_busy_time, in TEST_F()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstats.cpp840 …pChStats->cca_busy_time = nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_CCA_BUSY_… in get_wifi_radio_stats()
843 … pChStats->cca_busy_time -= nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_RX_TIME]); in get_wifi_radio_stats()
1047 pWifiChannelStats->cca_busy_time); in handleResponse()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp4759 cca_stat[j].on_time, cca_stat[j].cca_busy_time); in printMultiLinkStats()
4817 cca_stat[j].on_time, cca_stat[j].cca_busy_time); in printLinkStats()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp895 aidl_channel_stat.ccaBusyTimeInMs = channel_stat.cca_busy_time; in convertLegacyLinkLayerRadioStatsToAidl()