Home
last modified time | relevance | path

Searched refs:he_cap_5g (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_tgt_cfg.h271 tDot11fIEhe_cap he_cap_5g; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c4882 cfg->he_cap_5g.su_beamformer = 0; in sme_update_bfer_he_cap()
10842 qdf_mem_copy(&mac_ctx->he_cap_5g, in sme_update_tgt_he_cap()
10843 &cfg->he_cap_5g, in sme_update_tgt_he_cap()
10849 mac_ctx->he_cap_5g.rx_pream_puncturing); in sme_update_tgt_he_cap()
10852 mac_ctx->he_cap_5g.rx_pream_puncturing = 0; in sme_update_tgt_he_cap()
10857 mac_ctx->he_cap_2g.ul_mu, mac_ctx->he_cap_5g.ul_mu); in sme_update_tgt_he_cap()
10859 mac_ctx->he_cap_5g.ul_mu = 0; in sme_update_tgt_he_cap()
10867 mac_ctx->he_cap_5g.bfee_sts_lt_80 = in sme_update_tgt_he_cap()
10868 QDF_MIN(cfg->he_cap_5g.bfee_sts_lt_80, in sme_update_tgt_he_cap()
10878 mac_ctx->he_cap_5g.rx_he_mcs_map_lt_80 = HE_SET_MCS_4_NSS( in sme_update_tgt_he_cap()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c7510 mac->he_cap_5g.bfee_sts_lt_80; in lim_revise_req_he_cap_per_band()
7512 mac->he_cap_5g.tx_he_mcs_map_lt_80; in lim_revise_req_he_cap_per_band()
7514 mac->he_cap_5g.rx_he_mcs_map_lt_80; in lim_revise_req_he_cap_per_band()
7517 mac->he_cap_5g.num_sounding_lt_80; 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()
7524 mac->he_cap_5g.bfee_sts_gt_80; in lim_revise_req_he_cap_per_band()
7526 mac->he_cap_5g.num_sounding_gt_80; in lim_revise_req_he_cap_per_band()
7528 mac->he_cap_5g.he_ppdu_20_in_160_80p80Mhz; in lim_revise_req_he_cap_per_band()
7530 mac->he_cap_5g.he_ppdu_80_in_160_80p80Mhz; in lim_revise_req_he_cap_per_band()
7532 mac->he_cap_5g.rx_stbc_gt_80mhz; in lim_revise_req_he_cap_per_band()
[all …]
H A Dlim_session.c1149 mac->he_cap_5g.rx_pream_puncturing, in lim_dump_he_info()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_he.c813 qdf_mem_zero(&tgt_cfg->he_cap_5g, sizeof(tgt_cfg->he_cap_5g)); in wma_update_target_ext_he_cap()
888 wma_derive_ext_he_cap(&tgt_cfg->he_cap_5g, in wma_update_target_ext_he_cap()
897 wma_print_he_cap(&tgt_cfg->he_cap_5g); in wma_update_target_ext_he_cap()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dani_global.h740 tDot11fIEhe_cap he_cap_5g; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c7706 qdf_mem_copy(he_cap, &mac_ctx->he_cap_5g, sizeof(*he_cap));