Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/os_if/son/src/
H A Dos_if_son.c751 struct ol_ath_radiostats *phy_stats) in os_if_son_get_phy_stats() argument
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()
782 phy_stats->free_medium = 100 - dcs_son_stats.total_cu; in os_if_son_get_phy_stats()
784 phy_stats->free_medium = 0; in os_if_son_get_phy_stats()
785 phy_stats->chan_nf = dcs_son_stats.chan_nf; in os_if_son_get_phy_stats()
787 phy_stats->ap_rx_util, phy_stats->ap_tx_util, in os_if_son_get_phy_stats()
788 phy_stats->obss_rx_util, phy_stats->free_medium, in os_if_son_get_phy_stats()
789 phy_stats->chan_nf); in os_if_son_get_phy_stats()
/wlan-driver/qcacld-3.0/os_if/son/inc/
H A Dos_if_son.h423 struct ol_ath_radiostats *phy_stats);
/wlan-driver/fw-api/fw/
H A Dhtt_stats.h9756 htt_stats_phy_stats_tlv phy_stats; member