Home
last modified time | relevance | path

Searched refs:he_cap_2g (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_tgt_cfg.h270 tDot11fIEhe_cap he_cap_2g; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c10838 qdf_mem_copy(&mac_ctx->he_cap_2g, in sme_update_tgt_he_cap()
10839 &cfg->he_cap_2g, in sme_update_tgt_he_cap()
10848 mac_ctx->he_cap_2g.rx_pream_puncturing, in sme_update_tgt_he_cap()
10851 mac_ctx->he_cap_2g.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()
10858 mac_ctx->he_cap_2g.ul_mu = 0; in sme_update_tgt_he_cap()
10863 mac_ctx->he_cap_2g.bfee_sts_lt_80 = in sme_update_tgt_he_cap()
10864 QDF_MIN(cfg->he_cap_2g.bfee_sts_lt_80, in sme_update_tgt_he_cap()
10872 mac_ctx->he_cap_2g.rx_he_mcs_map_lt_80 = HE_SET_MCS_4_NSS( in sme_update_tgt_he_cap()
10873 mac_ctx->he_cap_2g.rx_he_mcs_map_lt_80, in sme_update_tgt_he_cap()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_he.c812 qdf_mem_zero(&tgt_cfg->he_cap_2g, sizeof(tgt_cfg->he_cap_2g)); in wma_update_target_ext_he_cap()
861 wma_derive_ext_he_cap(&tgt_cfg->he_cap_2g, in wma_update_target_ext_he_cap()
899 wma_print_he_cap(&tgt_cfg->he_cap_2g); in wma_update_target_ext_he_cap()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dani_global.h739 tDot11fIEhe_cap he_cap_2g; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c7493 mac->he_cap_2g.bfee_sts_lt_80; in lim_revise_req_he_cap_per_band()
7495 mac->he_cap_2g.tx_he_mcs_map_lt_80; in lim_revise_req_he_cap_per_band()
7497 mac->he_cap_2g.rx_he_mcs_map_lt_80; 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()
7774 session->he_config.ul_mu = mac->he_cap_2g.ul_mu; in lim_update_session_he_capable()
8120 he_cap->bfee_sts_lt_80 = mac_ctx->he_cap_2g.bfee_sts_lt_80; in lim_send_he_caps_ie()
8121 he_cap->bfee_sts_gt_80 = mac_ctx->he_cap_2g.bfee_sts_gt_80; in lim_send_he_caps_ie()
8123 mac_ctx->he_cap_2g.num_sounding_gt_80; in lim_send_he_caps_ie()
8248 mac_ctx->he_cap_2g.rx_he_mcs_map_lt_80, in lim_populate_he_mcs_set()
8249 mac_ctx->he_cap_2g.tx_he_mcs_map_lt_80); in lim_populate_he_mcs_set()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c7704 qdf_mem_copy(he_cap, &mac_ctx->he_cap_2g, sizeof(*he_cap));