Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/os_if/son/src/
Dos_if_son.c720 struct wlan_host_dcs_ch_util_stats dcs_son_stats = {}; in os_if_son_get_chan_util() local
743 ucfg_dcs_get_ch_util(psoc, mac_id, &dcs_son_stats); in os_if_son_get_chan_util()
744 osif_debug("get_chan_util %d", dcs_son_stats.total_cu); in os_if_son_get_chan_util()
746 return dcs_son_stats.total_cu; in os_if_son_get_chan_util()
753 struct wlan_host_dcs_ch_util_stats dcs_son_stats = {}; in os_if_son_get_phy_stats() local
776 ucfg_dcs_get_ch_util(psoc, mac_id, &dcs_son_stats); in os_if_son_get_phy_stats()
778 phy_stats->ap_rx_util = dcs_son_stats.rx_cu; in os_if_son_get_phy_stats()
779 phy_stats->ap_tx_util = dcs_son_stats.tx_cu; in os_if_son_get_phy_stats()
780 phy_stats->obss_rx_util = dcs_son_stats.obss_rx_cu; in os_if_son_get_phy_stats()
781 if (dcs_son_stats.total_cu < 100) in os_if_son_get_phy_stats()
[all …]