Home
last modified time | relevance | path

Searched refs:maxRxAMPDUFactor (Results 1 – 12 of 12) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_mac_prot_def.h1027 uint8_t maxRxAMPDUFactor:2; member
1116 uint8_t maxRxAMPDUFactor:2; /* Dynamic state */ member
1118 uint8_t maxRxAMPDUFactor:2;
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_assoc_utils.c3988 pAssocRsp->HTCaps.maxRxAMPDUFactor; in lim_sta_send_add_bss()
3990 pAssocRsp->HTCaps.maxRxAMPDUFactor) { in lim_sta_send_add_bss()
3992 pAssocRsp->HTCaps.maxRxAMPDUFactor; in lim_sta_send_add_bss()
4370 pBeaconStruct->HTCaps.maxRxAMPDUFactor; in lim_sta_send_add_bss_pre_assoc()
Dlim_ft.c291 pBeaconStruct->HTCaps.maxRxAMPDUFactor; in lim_ft_prepare_add_bss_req()
Dlim_process_tdls.c3195 pDot11f->maxRxAMPDUFactor = pHTParametersInfo->maxRxAMPDUFactor; in lim_tdls_populate_dot11f_ht_caps()
3605 sta->htMaxRxAMpduFactor = htCaps->maxRxAMPDUFactor; in lim_tdls_update_hash_node_info()
Dlim_process_assoc_rsp_frame.c97 ht_caps->maxRxAMPDUFactor; in lim_update_stads_htcap()
Dlim_utils.c3956 (uint8_t) pHTCaps->maxRxAMPDUFactor) { in lim_update_sta_run_time_ht_capability()
3958 (uint8_t) pHTCaps->maxRxAMPDUFactor; in lim_update_sta_run_time_ht_capability()
5158 p_ht_cap->maxRxAMPDUFactor = dot11_ht_cap.maxRxAMPDUFactor; in lim_set_ht_caps()
Dlim_process_assoc_req_frame.c1645 sta_ds->htMaxRxAMpduFactor = assoc_req->HTCaps.maxRxAMPDUFactor; in lim_update_sta_ds()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_assoc.c764 if (roam_ht_cap->maxRxAMPDUFactor) in hdd_copy_ht_caps()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms2758 maxRxAMPDUFactor: 2;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h5950 uint8_t maxRxAMPDUFactor:2; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c1046 pDot11f->maxRxAMPDUFactor = in populate_dot11f_ht_caps()
Ddot11f.c5227 pDst->maxRxAMPDUFactor = tmp52__ >> 0 & 0x3; in dot11f_unpack_ie_ht_caps()
26616 tmp172__ |= (pSrc->maxRxAMPDUFactor << 0); in dot11f_pack_ie_ht_caps()