Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_he.c258 he_cap->ul_mu = (WMI_HECAP_PHY_ULMUMIMOOFDMA_GET(phy_cap) << 1) | in wma_convert_he_cap()
452 he_cap->ul_mu = QDF_MIN(he_cap->ul_mu, new_cap->ul_mu); in wma_derive_ext_he_cap()
594 he_cap->rx_stbc_lt_80mhz, he_cap->doppler, he_cap->ul_mu, in wma_print_he_cap()
1102 temp = he_cap->ul_mu & 0x1; in wma_populate_peer_he_cap()
1104 temp = he_cap->ul_mu >> 0x1; in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prot_def.h1561 uint32_t ul_mu:2; member
1685 uint32_t ul_mu:2; member
1793 uint32_t ul_mu:2;
/wlan-driver/qcacld-3.0/os_if/son/src/
H A Dos_if_son.c965 apcap->hecap.he_ul_mumimo = QDF_GET_BITS(he_cap.ul_mu, 0, 1); in os_if_son_get_apcap()
966 apcap->hecap.he_ul_muofdma = QDF_GET_BITS(he_cap.ul_mu, 1, 1); in os_if_son_get_apcap()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c826 *value = mlme_obj->cfg.he_caps.dot11_he_cap.ul_mu; in wlan_mlme_cfg_get_he_ul_mumimo()
860 mlme_obj->cfg.he_caps.dot11_he_cap.ul_mu = value; in wlan_mlme_cfg_set_he_ul_mumimo()
1133 he_cap->ul_mu); in mlme_update_tgt_he_caps_in_cfg()
1134 mlme_obj->cfg.he_caps.dot11_he_cap.ul_mu = 0; in mlme_update_tgt_he_caps_in_cfg()
1136 mlme_obj->cfg.he_caps.dot11_he_cap.ul_mu = he_cap->ul_mu; in mlme_update_tgt_he_caps_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_session.c1148 session->he_config.ul_mu, in lim_dump_he_info()
H A Dlim_utils.c7637 he_cap->rx_stbc_lt_80mhz, he_cap->doppler, he_cap->ul_mu, in lim_log_he_cap()
7774 session->he_config.ul_mu = mac->he_cap_2g.ul_mu; in lim_update_session_he_capable()
7780 session->he_config.ul_mu = mac->he_cap_5g.ul_mu; in lim_update_session_he_capable()
7912 he_cap->ul_mu = dot11_cap.ul_mu; in lim_set_he_caps()
H A Dlim_process_tdls.c1407 pDot11f->ul_mu = uHECapInfo.he_cap.ul_mu; in lim_tdls_populate_dot11f_he_caps()
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c10857 mac_ctx->he_cap_2g.ul_mu, mac_ctx->he_cap_5g.ul_mu); in sme_update_tgt_he_cap()
10858 mac_ctx->he_cap_2g.ul_mu = 0; in sme_update_tgt_he_cap()
10859 mac_ctx->he_cap_5g.ul_mu = 0; in sme_update_tgt_he_cap()
11659 mac_ctx->mlme_cfg->he_caps.dot11_he_cap.ul_mu = cfg_val; in sme_update_he_full_ul_mumimo()
15127 mac_ctx->mlme_cfg->he_caps.dot11_he_cap.ul_mu = 0; in sme_set_he_testbed_def()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms3323 ul_mu:2;
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c2120 he_caps->dot11_he_cap.ul_mu = in mlme_init_he_cap_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h9952 uint32_t ul_mu:2; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c10206 pDst->ul_mu = tmp100__ >> 22 & 0x3; in dot11f_unpack_ie_he_cap()
30945 tmp220__ |= (pSrc->ul_mu << 22); in dot11f_pack_ie_he_cap()