Home
last modified time | relevance | path

Searched refs:tx_mcs_map (Results 1 – 25 of 25) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/inc/
Dcsr_api.h584 uint8_t tx_mcs_map; member
635 uint8_t tx_mcs_map; member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sta_info.h289 uint8_t tx_mcs_map; member
Dwlan_hdd_sysfs_connect_info.c176 vht_caps->supp_mcs.tx_mcs_map, in wlan_hdd_add_vht_cap_info()
Dwlan_hdd_softap_tx_rx.c348 sta_info->tx_mcs_map = 0; in hdd_reset_sta_info_during_reattach()
Dwlan_hdd_hostapd.c1560 stainfo->tx_mcs_map = event->tx_mcs_map; in hdd_fill_station_info()
1712 stainfo->tx_mcs_map); in hdd_fill_station_info()
Dwlan_hdd_assoc.c993 hdd_vht_cap->supp_mcs.tx_mcs_map = roam_vht_cap->txMCSMap; in hdd_copy_vht_caps()
Dwlan_hdd_main.c2077 band_2g->vht_cap.vht_mcs.tx_mcs_map = value; in hdd_update_2g_wiphy_vhtcap()
2121 band_5g->vht_cap.vht_mcs.tx_mcs_map = value2; in hdd_update_5g_wiphy_vhtcap()
Dwlan_hdd_stats.c6023 (stainfo->tx_mcs_map & DATA_RATE_11AC_MCS_MASK); in hdd_get_max_rate_vht()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c928 uint16_t tx_mcs_map = 0; in mlme_update_tgt_he_caps_in_cfg() local
1187 tx_mcs_map = mlme_get_min_rate_cap( in mlme_update_tgt_he_caps_in_cfg()
1195 tx_mcs_map = HE_SET_MCS_4_NSS(tx_mcs_map, HE_MCS_DISABLE, nss); in mlme_update_tgt_he_caps_in_cfg()
1202 if (cfg_in_range(CFG_HE_TX_MCS_MAP_LT_80, tx_mcs_map)) in mlme_update_tgt_he_caps_in_cfg()
1204 tx_mcs_map; in mlme_update_tgt_he_caps_in_cfg()
1205 tx_mcs_map = mlme_get_min_rate_cap( in mlme_update_tgt_he_caps_in_cfg()
1214 tx_mcs_map = HE_SET_MCS_4_NSS(tx_mcs_map, HE_MCS_DISABLE, nss); in mlme_update_tgt_he_caps_in_cfg()
1223 if (cfg_in_range(CFG_HE_TX_MCS_MAP_160, tx_mcs_map)) in mlme_update_tgt_he_caps_in_cfg()
1226 &tx_mcs_map, sizeof(uint16_t)); in mlme_update_tgt_he_caps_in_cfg()
4294 *value = mlme_obj->cfg.vht_caps.vht_cap_info.tx_mcs_map; in wlan_mlme_cfg_get_vht_tx_mcs_map()
[all …]
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/
Dwlan_tdls_public_structs.h801 uint16_t tx_mcs_map; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_utils.c6982 uint16_t tx_mcs_map; in lim_check_he_80_mcs11_supp() local
6985 tx_mcs_map = he_cap->tx_he_mcs_map_lt_80; in lim_check_he_80_mcs11_supp()
6988 (HE_GET_MCS_4_NSS(tx_mcs_map, 1) == HE_MCS_0_11))) in lim_check_he_80_mcs11_supp()
6993 (HE_GET_MCS_4_NSS(tx_mcs_map, 2) == HE_MCS_0_11))) in lim_check_he_80_mcs11_supp()
7441 uint32_t tx_mcs_map = 0; in lim_update_he_caps_mcs() local
7453 tx_mcs_map = mlme_cfg->he_caps.dot11_he_cap.tx_he_mcs_map_lt_80; in lim_update_he_caps_mcs()
7457 tx_mcs_map = HE_SET_MCS_4_NSS(tx_mcs_map, HE_MCS_DISABLE, 2); in lim_update_he_caps_mcs()
7460 tx_mcs_map = HE_SET_MCS_4_NSS(tx_mcs_map, mcs_map, 2); in lim_update_he_caps_mcs()
7464 mlme_priv->he_config.tx_he_mcs_map_lt_80 = tx_mcs_map; in lim_update_he_caps_mcs()
7466 *((uint16_t *)mlme_priv->he_config.tx_he_mcs_map_160) = tx_mcs_map; in lim_update_he_caps_mcs()
[all …]
Dlim_types.h255 uint8_t tx_mcs_map; member
Dlim_process_mlm_rsp_messages.c846 sme_assoc_ind->tx_mcs_map = assoc_ind->tx_mcs_map; in lim_fill_sme_assoc_ind_params()
Dlim_process_assoc_req_frame.c3098 assocind->tx_mcs_map = assocreq->VHTCaps.txMCSMap & 0xff; in fill_mlm_assoc_ind_vht()
3442 assoc_ind->tx_mcs_map = 0xff; in lim_fill_lim_assoc_ind_params()
Dlim_process_tdls.c964 vhtCap->txMCSMap = vht_cap_info->tx_mcs_map; in populate_dot11f_tdls_ht_vht_cap()
3314 pDot11f->txMCSMap = add_sta_req->vht_cap.supp_mcs.tx_mcs_map; in lim_tdls_populate_dot11f_vht_caps()
Dlim_assoc_utils.c1312 rates->vhtTxMCSMap = (uint16_t)vht_cap_info->tx_mcs_map; in lim_populate_vht_mcs_set()
/wlan-driver/qcacld-3.0/core/sap/inc/
Dsap_api.h292 uint8_t tx_mcs_map; member
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h1804 uint16_t tx_mcs_map; member
1865 uint16_t tx_mcs_map; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c10913 uint32_t tx_mcs_map = 0; in sme_update_he_cap_nss() local
10928 tx_mcs_map = in sme_update_he_cap_nss()
10933 tx_mcs_map = HE_SET_MCS_4_NSS(tx_mcs_map, HE_MCS_DISABLE, 2); in sme_update_he_cap_nss()
10936 tx_mcs_map = HE_SET_MCS_4_NSS(tx_mcs_map, mcs_map, 2); in sme_update_he_cap_nss()
10940 rx_mcs_map, tx_mcs_map); in sme_update_he_cap_nss()
10944 if (cfg_in_range(CFG_HE_TX_MCS_MAP_LT_80, tx_mcs_map)) in sme_update_he_cap_nss()
10946 tx_mcs_map; in sme_update_he_cap_nss()
10951 if (cfg_in_range(CFG_HE_TX_MCS_MAP_160, tx_mcs_map)) in sme_update_he_cap_nss()
10954 &tx_mcs_map, sizeof(uint16_t)); in sme_update_he_cap_nss()
10957 mac_ctx->he_cap_2g.tx_he_mcs_map_lt_80 = tx_mcs_map; in sme_update_he_cap_nss()
[all …]
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_public_struct.h917 uint32_t tx_mcs_map; member
/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_roam.c3349 roam_info->tx_mcs_map = pUpperLayerAssocCnf->tx_mcs_map; in csr_roam_joined_state_msg_processor()
3882 cnf->tx_mcs_map = ind->tx_mcs_map; in csr_send_assoc_ind_to_upper_layer_cnf_msg()
/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_fsm.c2644 reassoc_complete->tx_mcs_map = csr_roaminfo->tx_mcs_map; in sap_signal_hdd_event()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h1088 uint8_t tx_mcs_map; member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c1829 vht_cap_info->tx_mcs_map = in mlme_init_vht_cap_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c1463 nCfgValue = vht_cap_info->tx_mcs_map;