Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_he.c197 he_cap->he_link_adaptation = WMI_HECAP_MAC_HELINK_ADPT_GET(mac_cap[0]); in wma_convert_he_cap()
382 he_cap->he_link_adaptation = QDF_MIN(he_cap->he_link_adaptation, in wma_derive_ext_he_cap()
383 new_cap->he_link_adaptation); in wma_derive_ext_he_cap()
552 he_cap->he_link_adaptation, he_cap->all_ack, in wma_print_he_cap()
1043 WMI_HECAP_MAC_HELKAD_SET(mac_cap[0], he_cap->he_link_adaptation); in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_mac_prot_def.h1519 uint32_t he_link_adaptation:2; member
1656 uint32_t he_link_adaptation:2; member
1751 uint32_t he_link_adaptation:2;
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_tdls.c1357 pDot11f->he_link_adaptation = uHECapInfo.he_cap.he_link_adaptation; in lim_tdls_populate_dot11f_he_caps()
Dlim_utils.c7600 he_cap->he_link_adaptation, he_cap->all_ack, in lim_log_he_cap()
7857 he_cap->he_link_adaptation = dot11_cap.he_link_adaptation; in lim_set_he_caps()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c969 if (cfg_in_range(CFG_HE_LINK_ADAPTATION, he_cap->he_link_adaptation)) in mlme_update_tgt_he_caps_in_cfg()
970 mlme_obj->cfg.he_caps.dot11_he_cap.he_link_adaptation = in mlme_update_tgt_he_caps_in_cfg()
971 he_cap->he_link_adaptation; in mlme_update_tgt_he_caps_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms3273 he_link_adaptation:2;
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c2052 he_caps->dot11_he_cap.he_link_adaptation = in mlme_init_he_cap_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h9906 uint32_t he_link_adaptation:2; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Ddot11f.c10144 pDst->he_link_adaptation = tmp98__ >> 15 & 0x3; in dot11f_unpack_ie_he_cap()
30883 tmp218__ |= (pSrc->he_link_adaptation << 15); in dot11f_pack_ie_he_cap()