Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_eht.c254 eht_cap->max_nc = WMI_EHTCAP_PHY_MAXNC_GET(phy_cap); in wma_convert_eht_cap()
530 eht_cap->max_nc, eht_cap->non_trig_cqi_feedback, in wma_print_eht_cap()
731 WMI_EHTCAP_PHY_MAXNC_SET(phy_cap, eht_cap->max_nc); in wma_populate_peer_eht_cap()
Dwma_he.c286 he_cap->max_nc = WMI_HECAP_PHY_MAXNC_GET(phy_cap); in wma_convert_he_cap()
612 he_cap->he_ltf_800_gi_4x, he_cap->max_nc, in wma_print_he_cap()
1132 WMI_HECAP_PHY_MAXNC_SET(phy_cap, he_cap->max_nc); in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_mac_prot_def.h1584 uint32_t max_nc:3; member
1700 uint32_t max_nc:3; member
1816 uint32_t max_nc:3;
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h3492 uint32_t max_nc:4; member
3575 uint32_t max_nc:4;
3785 uint32_t max_nc:4; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_tdls.c1431 pDot11f->max_nc = uHECapInfo.he_cap.max_nc; in lim_tdls_populate_dot11f_he_caps()
Dlim_utils.c7657 he_cap->rx_stbc_gt_80mhz, he_cap->max_nc); in lim_log_he_cap()
7941 he_cap->max_nc = dot11_cap.max_nc; in lim_set_he_caps()
9154 eht_cap->max_nc = dot11_cap.max_nc; in lim_set_eht_caps()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c1157 if (cfg_in_range(CFG_HE_MAX_NC, he_cap->max_nc)) in mlme_update_tgt_he_caps_in_cfg()
1158 mlme_obj->cfg.he_caps.dot11_he_cap.max_nc = he_cap->max_nc; in mlme_update_tgt_he_caps_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms3347 max_nc:3;
3524 max_nc: 4;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h9210 uint32_t max_nc:4; member
9974 uint32_t max_nc:3; member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c2151 he_caps->dot11_he_cap.max_nc = cfg_default(CFG_HE_MAX_NC); in mlme_init_he_cap_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c8840 dot11f_eht_cap->max_nc =
9292 val = dot11f_eht_cap.max_nc;
Ddot11f.c9547 pDst->max_nc = tmp87__ >> 4 & 0xf; in dot11f_unpack_ie_eht_cap()
10236 pDst->max_nc = tmp101__ >> 27 & 0x7; in dot11f_unpack_ie_he_cap()
30201 tmp207__ |= (pSrc->max_nc << 4); in dot11f_pack_ie_eht_cap()
30975 tmp221__ |= (pSrc->max_nc << 27); in dot11f_pack_ie_he_cap()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c15128 mac_ctx->mlme_cfg->he_caps.dot11_he_cap.max_nc = 0; in sme_set_he_testbed_def()
15351 mlme_eht_cap->max_nc = 0; in sme_set_eht_testbed_def()