/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_he.c | 332 he_cap->rx_he_mcs_map_lt_80 = rx_mcs_le_80; in wma_convert_he_cap() 515 mcs_1 = he_cap->rx_he_mcs_map_lt_80; in wma_derive_ext_he_cap() 516 mcs_2 = new_cap->rx_he_mcs_map_lt_80; in wma_derive_ext_he_cap() 517 he_cap->rx_he_mcs_map_lt_80 = HE_INTERSECT_MCS(mcs_1, mcs_2); in wma_derive_ext_he_cap() 637 he_cap->rx_he_mcs_map_lt_80, in wma_print_he_cap() 1168 params->supportedRates.rx_he_mcs_map_lt_80; in wma_populate_peer_he_cap() 1218 peer->peer_nss = ((params->supportedRates.rx_he_mcs_map_lt_80 & in wma_populate_peer_he_cap()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_utils.c | 6969 mcs_map = he_cap->rx_he_mcs_map_lt_80; in lim_check_is_bss_greater_than_4_nss_supp() 6984 rx_mcs_map = he_cap->rx_he_mcs_map_lt_80; in lim_check_he_80_mcs11_supp() 7452 rx_mcs_map = mlme_cfg->he_caps.dot11_he_cap.rx_he_mcs_map_lt_80; in lim_update_he_caps_mcs() 7465 mlme_priv->he_config.rx_he_mcs_map_lt_80 = rx_mcs_map; in lim_update_he_caps_mcs() 7496 he_config->rx_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() 7513 he_config->rx_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() 7675 he_cap->rx_he_mcs_map_lt_80, in lim_log_he_cap() 7955 he_cap->rx_he_mcs_map_lt_80 = dot11_cap.rx_he_mcs_map_lt_80; in lim_set_he_caps() [all …]
|
D | lim_process_assoc_rsp_frame.c | 540 if ((he_caps->rx_he_mcs_map_lt_80 & 0xC0) != 0xC0) in lim_get_nss_supported_by_ap() 543 if ((he_caps->rx_he_mcs_map_lt_80 & 0x30) != 0x30) in lim_get_nss_supported_by_ap() 546 if ((he_caps->rx_he_mcs_map_lt_80 & 0x0C) != 0x0C) in lim_get_nss_supported_by_ap()
|
D | lim_prop_exts_utils.c | 208 mcs_map = beacon_struct->he_cap.rx_he_mcs_map_lt_80; in lim_check_is_he_mcs_valid()
|
D | lim_session.c | 1151 mlme_priv->he_config.rx_he_mcs_map_lt_80, in lim_dump_he_info()
|
D | lim_process_sme_req_messages.c | 1581 if ((he_cap->rx_he_mcs_map_lt_80 & 0xC0) != 0xC0) in lim_get_nss_supported_by_sta_and_ap() 1584 if ((he_cap->rx_he_mcs_map_lt_80 & 0x30) != 0x30) in lim_get_nss_supported_by_sta_and_ap() 1587 if ((he_cap->rx_he_mcs_map_lt_80 & 0x0C) != 0x0C) in lim_get_nss_supported_by_sta_and_ap() 1661 ies->he_cap.rx_he_mcs_map_lt_80); in lim_handle_iot_ap_no_common_he_rates() 1663 mlme_priv->he_config.rx_he_mcs_map_lt_80, in lim_handle_iot_ap_no_common_he_rates() 1664 ies->he_cap.rx_he_mcs_map_lt_80, int_mcs, in lim_handle_iot_ap_no_common_he_rates()
|
D | lim_process_tdls.c | 1445 pDot11f->rx_he_mcs_map_lt_80 = uHECapInfo.he_cap.rx_he_mcs_map_lt_80; in lim_tdls_populate_dot11f_he_caps()
|
D | lim_process_assoc_req_frame.c | 587 rx_mcs = assoc_req->he_cap.rx_he_mcs_map_lt_80; in lim_check_11ax_basic_mcs()
|
D | lim_assoc_utils.c | 1593 mcs_map = he_caps->rx_he_mcs_map_lt_80; in lim_check_valid_mcs_for_nss()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
D | sir_mac_prot_def.h | 1605 uint16_t rx_he_mcs_map_lt_80; member 1741 uint16_t rx_he_mcs_map_lt_80; member 1837 uint16_t rx_he_mcs_map_lt_80;
|
D | sir_api.h | 544 uint16_t rx_he_mcs_map_lt_80; member
|
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/ |
D | wlan_tdls_public_structs.h | 832 uint16_t rx_he_mcs_map_lt_80; member
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
D | sme_api.c | 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() 10878 mac_ctx->he_cap_5g.rx_he_mcs_map_lt_80 = HE_SET_MCS_4_NSS( in sme_update_tgt_he_cap() 10879 mac_ctx->he_cap_5g.rx_he_mcs_map_lt_80, in sme_update_tgt_he_cap() 10885 mac_ctx->he_cap_2g.rx_he_mcs_map_lt_80 = HE_INTERSECT_MCS( in sme_update_tgt_he_cap() 10886 mac_ctx->he_cap_2g.rx_he_mcs_map_lt_80, in sme_update_tgt_he_cap() 10887 mac_ctx->mlme_cfg->he_caps.dot11_he_cap.rx_he_mcs_map_lt_80); in sme_update_tgt_he_cap() 10891 mac_ctx->he_cap_5g.rx_he_mcs_map_lt_80 = HE_INTERSECT_MCS( in sme_update_tgt_he_cap() 10892 mac_ctx->he_cap_5g.rx_he_mcs_map_lt_80, in sme_update_tgt_he_cap() 10893 mac_ctx->mlme_cfg->he_caps.dot11_he_cap.rx_he_mcs_map_lt_80); in sme_update_tgt_he_cap() [all …]
|
/wlan-driver/qcacld-3.0/os_if/son/src/ |
D | os_if_son.c | 951 apcap->hecap.supported_he_mcs[0] = he_cap.rx_he_mcs_map_lt_80; in os_if_son_get_apcap()
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ |
D | wlan_mlme_api.c | 1191 mlme_obj->cfg.he_caps.dot11_he_cap.rx_he_mcs_map_lt_80, in mlme_update_tgt_he_caps_in_cfg() 1192 he_cap->rx_he_mcs_map_lt_80); in mlme_update_tgt_he_caps_in_cfg() 1200 mlme_obj->cfg.he_caps.dot11_he_cap.rx_he_mcs_map_lt_80 = in mlme_update_tgt_he_caps_in_cfg()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 3368 rx_he_mcs_map_lt_80, 2;
|
/wlan-driver/qcacld-3.0/components/mlme/core/src/ |
D | wlan_mlme_main.c | 2181 he_caps->dot11_he_cap.rx_he_mcs_map_lt_80 = in mlme_init_he_cap_in_cfg()
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | dot11f.h | 9992 uint16_t rx_he_mcs_map_lt_80; member
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | dot11f.c | 10274 framesntohs(pCtx, &pDst->rx_he_mcs_map_lt_80, pBuf, 0); in dot11f_unpack_ie_he_cap() 31010 frameshtons(pCtx, pBuf, pSrc->rx_he_mcs_map_lt_80, 0); in dot11f_pack_ie_he_cap()
|