Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_mac_prot_def.h1848 uint16_t max_ampdu_len_exp:3; member
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_he.c1247 (params->he_6ghz_band_caps.max_ampdu_len_exp << in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_tdls.c1010 pDot11f->max_ampdu_len_exp = peer_cfg.dot11f.max_ampdu_len_exp; in lim_tdls_populate_dot11f_6hgz_he_caps()
Dlim_utils.c7481 uint32_t max_ampdu_len_exp; in lim_revise_req_he_cap_per_band() local
7488 max_ampdu_len_exp = cfg_get(psoc, CFG_HE_MAX_AMPDU_LEN); in lim_revise_req_he_cap_per_band()
7499 QDF_MIN(max_ampdu_len_exp, in lim_revise_req_he_cap_per_band()
7519 QDF_MIN(max_ampdu_len_exp, in lim_revise_req_he_cap_per_band()
7719 he_6g_cap->max_ampdu_len_exp, he_6g_cap->max_mpdu_len, in lim_log_he_6g_cap()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms3470 max_ampdu_len_exp: 3;
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main.c2517 uint8_t max_ampdu_len_exp; in hdd_update_wiphy_he_6ghz_capa() local
2525 ucfg_mlme_cfg_get_vht_ampdu_len_exp(hdd_ctx->psoc, &max_ampdu_len_exp); in hdd_update_wiphy_he_6ghz_capa()
2527 max_ampdu_len_exp); in hdd_update_wiphy_he_6ghz_capa()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c7811 he_6g_cap->max_ampdu_len_exp =
7814 he_6g_cap->max_ampdu_len_exp =
Ddot11f.c10098 pDst->max_ampdu_len_exp = tmp97__ >> 3 & 0x7; in dot11f_unpack_ie_he_6ghz_band_cap()
30824 tmp217__ |= (pSrc->max_ampdu_len_exp << 3); in dot11f_pack_ie_he_6ghz_band_cap()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h9853 uint16_t max_ampdu_len_exp:3; member