Home
last modified time | relevance | path

Searched refs:multi_tid_aggr_tx_supp (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_mac_prot_def.h1542 uint16_t multi_tid_aggr_tx_supp:3; member
1672 uint16_t multi_tid_aggr_tx_supp:3; member
1774 uint16_t multi_tid_aggr_tx_supp:3;
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_he.c221 he_cap->multi_tid_aggr_tx_supp = WMI_HECAP_MAC_MTID_TX_GET(mac_cap[1]); in wma_convert_he_cap()
569 he_cap->amsdu_in_ampdu, he_cap->multi_tid_aggr_tx_supp, in wma_print_he_cap()
1067 WMI_HECAP_MAC_MTID_TX_SET(mac_cap[1], he_cap->multi_tid_aggr_tx_supp); in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c966 if (cfg_in_range(CFG_HE_MTID_AGGR_TX, he_cap->multi_tid_aggr_tx_supp)) in mlme_update_tgt_he_caps_in_cfg()
967 mlme_obj->cfg.he_caps.dot11_he_cap.multi_tid_aggr_tx_supp = in mlme_update_tgt_he_caps_in_cfg()
968 he_cap->multi_tid_aggr_tx_supp; in mlme_update_tgt_he_caps_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms3297 multi_tid_aggr_tx_supp:3;
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c2090 he_caps->dot11_he_cap.multi_tid_aggr_tx_supp = in mlme_init_he_cap_in_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h9928 uint16_t multi_tid_aggr_tx_supp:3; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_utils.c7614 he_cap->multi_tid_aggr_tx_supp, in lim_log_he_cap()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c15152 mac_ctx->mlme_cfg->he_caps.dot11_he_cap.multi_tid_aggr_tx_supp = 0; in sme_set_he_testbed_def()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Ddot11f.c10174 pDst->multi_tid_aggr_tx_supp = tmp99__ >> 7 & 0x7; in dot11f_unpack_ie_he_cap()
30913 tmp219__ |= (pSrc->multi_tid_aggr_tx_supp << 7); in dot11f_pack_ie_he_cap()