Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_he.c208 he_cap->max_ampdu_len_exp_ext = in wma_convert_he_cap()
403 he_cap->max_ampdu_len_exp_ext = QDF_MIN(he_cap->max_ampdu_len_exp_ext, in wma_derive_ext_he_cap()
404 new_cap->max_ampdu_len_exp_ext); in wma_derive_ext_he_cap()
559 he_cap->max_ampdu_len_exp_ext, he_cap->amsdu_frag, in wma_print_he_cap()
1055 he_cap->max_ampdu_len_exp_ext); in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prot_def.h1530 uint32_t max_ampdu_len_exp_ext:2; member
1645 uint32_t max_ampdu_len_exp_ext:2; member
1762 uint32_t max_ampdu_len_exp_ext:2;
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c7498 he_config->max_ampdu_len_exp_ext = in lim_revise_req_he_cap_per_band()
7500 mac->he_cap_2g.max_ampdu_len_exp_ext); in lim_revise_req_he_cap_per_band()
7518 he_config->max_ampdu_len_exp_ext = in lim_revise_req_he_cap_per_band()
7520 mac->he_cap_5g.max_ampdu_len_exp_ext); in lim_revise_req_he_cap_per_band()
7607 he_cap->max_ampdu_len_exp_ext, he_cap->amsdu_frag, in lim_log_he_cap()
7867 he_cap->max_ampdu_len_exp_ext = dot11_cap.max_ampdu_len_exp_ext; in lim_set_he_caps()
H A Dlim_process_tdls.c1367 pDot11f->max_ampdu_len_exp_ext = in lim_tdls_populate_dot11f_he_caps()
1368 uHECapInfo.he_cap.max_ampdu_len_exp_ext; in lim_tdls_populate_dot11f_he_caps()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c999 if (cfg_in_range(CFG_HE_MAX_AMPDU_LEN, he_cap->max_ampdu_len_exp_ext)) in mlme_update_tgt_he_caps_in_cfg()
1000 mlme_obj->cfg.he_caps.dot11_he_cap.max_ampdu_len_exp_ext = in mlme_update_tgt_he_caps_in_cfg()
1001 he_cap->max_ampdu_len_exp_ext; in mlme_update_tgt_he_caps_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms3284 max_ampdu_len_exp_ext:2;
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c2064 he_caps->dot11_he_cap.max_ampdu_len_exp_ext = in mlme_init_he_cap_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h9917 uint32_t max_ampdu_len_exp_ext:2; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c10155 pDst->max_ampdu_len_exp_ext = tmp98__ >> 27 & 0x3; in dot11f_unpack_ie_he_cap()
30894 tmp218__ |= (pSrc->max_ampdu_len_exp_ext << 27); in dot11f_pack_ie_he_cap()