Home
last modified time | relevance | path

Searched refs:tx_he_mcs_map_80_80 (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/ !
H A Dwma_he.c337 *((uint16_t *)he_cap->tx_he_mcs_map_80_80) = tx_mcs_160; in wma_convert_he_cap()
531 *((uint16_t *)he_cap->tx_he_mcs_map_80_80) = in wma_derive_ext_he_cap()
532 *((uint16_t *)new_cap->tx_he_mcs_map_80_80); in wma_derive_ext_he_cap()
642 *((uint16_t *)he_cap->tx_he_mcs_map_80_80), in wma_print_he_cap()
1190 params->supportedRates.tx_he_mcs_map_80_80; in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/core/mac/inc/ !
H A Dsir_mac_prot_def.h1610 uint16_t tx_he_mcs_map_80_80; member
1736 uint16_t tx_he_mcs_map_80_80; member
1842 uint16_t tx_he_mcs_map_80_80;
H A Dsir_api.h549 uint16_t tx_he_mcs_map_80_80; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ !
H A Dlim_process_tdls.c1303 &rates->tx_he_mcs_map_80_80, in lim_tdls_fill_he_wideband_offchannel_mcs()
1305 *((uint16_t *)peer_he_caps->tx_he_mcs_map_80_80), nss, in lim_tdls_fill_he_wideband_offchannel_mcs()
1309 tx_he_mcs_map_80_80)); in lim_tdls_fill_he_wideband_offchannel_mcs()
1311 rates->tx_he_mcs_map_80_80 = HE_MCS_ALL_DISABLED; in lim_tdls_fill_he_wideband_offchannel_mcs()
1456 *((uint16_t *)pDot11f->tx_he_mcs_map_80_80) = in lim_tdls_populate_dot11f_he_caps()
1457 uHECapInfo.he_cap.tx_he_mcs_map_80_80; in lim_tdls_populate_dot11f_he_caps()
H A Dlim_prop_exts_utils.c305 *(uint16_t *)session->he_config.tx_he_mcs_map_80_80 = in lim_update_he_bw_cap_mcs()
H A Dlim_utils.c7683 *((uint16_t *)he_cap->tx_he_mcs_map_80_80), in lim_log_he_cap()
7967 he_cap->tx_he_mcs_map_80_80 = in lim_set_he_caps()
7968 *((uint16_t *)dot11_cap.tx_he_mcs_map_80_80); in lim_set_he_caps()
8227 (*(uint16_t *)peer_he_caps->tx_he_mcs_map_80_80)); in lim_populate_he_mcs_set()
8279 &rates->tx_he_mcs_map_80_80, in lim_populate_he_mcs_set()
8281 *((uint16_t *)peer_he_caps->tx_he_mcs_map_80_80), nss, in lim_populate_he_mcs_set()
8285 tx_he_mcs_map_80_80)); in lim_populate_he_mcs_set()
8287 rates->tx_he_mcs_map_80_80 = HE_MCS_ALL_DISABLED; in lim_populate_he_mcs_set()
8297 rates->tx_he_mcs_map_80_80 |= HE_MCS_INV_MSK_4_NSS(1); in lim_populate_he_mcs_set()
8303 rates->rx_he_mcs_map_80_80, rates->tx_he_mcs_map_80_80); in lim_populate_he_mcs_set()
[all …]
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/ !
H A Dwlan_tdls_public_structs.h837 uint16_t tx_he_mcs_map_80_80; member
/wlan-driver/qcacld-3.0/os_if/son/src/ !
H A Dos_if_son.c963 he_cap.tx_he_mcs_map_80_80[0][0] | in os_if_son_get_apcap()
964 (he_cap.tx_he_mcs_map_80_80[0][1] << 8); in os_if_son_get_apcap()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ !
H A Dwlan_mlme_api.c1235 *((uint16_t *)he_cap->tx_he_mcs_map_80_80))) in mlme_update_tgt_he_caps_in_cfg()
1237 tx_he_mcs_map_80_80, in mlme_update_tgt_he_caps_in_cfg()
1238 he_cap->tx_he_mcs_map_80_80, sizeof(uint16_t)); in mlme_update_tgt_he_caps_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ !
H A Ddot11f.frms3373 tx_he_mcs_map_80_80[2][0..1] COUNTIS chan_width_3;
/wlan-driver/qcacld-3.0/components/mlme/core/src/ !
H A Dwlan_mlme_main.c2195 qdf_mem_copy(he_caps->dot11_he_cap.tx_he_mcs_map_80_80, &value, in mlme_init_he_cap_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/include/ !
H A Ddot11f.h9997 uint8_t tx_he_mcs_map_80_80[1][2]; member
/wlan-driver/qcacld-3.0/core/sme/src/common/ !
H A Dsme_api.c11054 tx_he_mcs_map_80_80, &mcs_map, in sme_update_he_mcs()
/wlan-driver/qcacld-3.0/core/hdd/src/ !
H A Dwlan_hdd_main.c2509 *((uint16_t *)he_cap_cfg->tx_he_mcs_map_80_80); in hdd_update_wiphy_he_mcs()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ !
H A Ddot11f.c10334 DOT11F_MEMCPY(pCtx, pDst->tx_he_mcs_map_80_80, pBuf, (pDst->chan_width_3 * 2)); in dot11f_unpack_ie_he_cap()
31025 DOT11F_MEMCPY(pCtx, pBuf, &(pSrc->tx_he_mcs_map_80_80), (pSrc->chan_width_3 * 2)); in dot11f_pack_ie_he_cap()