Home
last modified time | relevance | path

Searched refs:tDot11fIEWMMTSPEC (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/inc/
Dutils_parser.h78 tDot11fIEWMMTSPEC *);
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h4309 } tDot11fIEWMMTSPEC; typedef
4325 tDot11fIEWMMTSPEC*,
4330 tDot11fIEWMMTSPEC *,
4337 tDot11fIEWMMTSPEC *,
7448 tDot11fIEWMMTSPEC WMMTSPEC;
10900 tDot11fIEWMMTSPEC WMMTSPEC;
10940 tDot11fIEWMMTSPEC WMMTSPEC;
11084 tDot11fIEWMMTSPEC WMMTSPEC[4];
12007 tDot11fIEWMMTSPEC WMMTSPEC[4];
12077 tDot11fIEWMMTSPEC WMMTSPEC[4];
[all …]
Dparser_api.h470 tDot11fIEWMMTSPEC TSPECInfo[ESE_MAX_TSPEC_IES];
1106 tDot11fIEWMMTSPEC *pDot11f);
/wlan-driver/qcacld-3.0/core/sme/src/qos/
Dsme_qos.c2691 tDot11fIEWMMTSPEC *pTspec, uint8_t ac, in sme_qos_ese_save_tspec_response()
2742 tDot11fIEWMMTSPEC *pTspecIE = NULL; in sme_qos_ese_process_reassoc_tspec_rsp()
2761 (tDot11fIEWMMTSPEC *) (pCsrConnectedInfo->pbFrames + in sme_qos_ese_process_reassoc_tspec_rsp()
2770 if (tspecIeLen < sizeof(tDot11fIEWMMTSPEC)) { in sme_qos_ese_process_reassoc_tspec_rsp()
2772 tspecIeLen, sizeof(tDot11fIEWMMTSPEC)); in sme_qos_ese_process_reassoc_tspec_rsp()
2779 numTspec = (tspecIeLen) / sizeof(tDot11fIEWMMTSPEC); in sme_qos_ese_process_reassoc_tspec_rsp()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dutils_parser.c517 struct mac_tspec_ie *pOld, tDot11fIEWMMTSPEC *pNew) in convert_wmmtspec()
Ddot11f.c3387 tDot11fIEWMMTSPEC *pDst, in dot11f_unpack_ie_wmmtspec()
7541 { offsetof(tDot11fIERICDataDesc, WMMTSPEC), offsetof(tDot11fIEWMMTSPEC,
11550 { offsetof(tDot11fAddTSRequest, WMMTSPEC), offsetof(tDot11fIEWMMTSPEC,
11619 { offsetof(tDot11fAddTSResponse, WMMTSPEC), offsetof(tDot11fIEWMMTSPEC,
11988 { offsetof(tDot11fAssocResponse, WMMTSPEC), offsetof(tDot11fIEWMMTSPEC,
13786 { offsetof(tDot11fReAssocRequest, WMMTSPEC), offsetof(tDot11fIEWMMTSPEC,
13966 { offsetof(tDot11fReAssocResponse, WMMTSPEC), offsetof(tDot11fIEWMMTSPEC,
14728 { offsetof(tDot11fWMMAddTSRequest, WMMTSPEC), offsetof(tDot11fIEWMMTSPEC,
14766 offsetof(tDot11fIEWMMTSPEC, present), 0, "WMMTSPEC",
14803 { offsetof(tDot11fWMMDelTS, WMMTSPEC), offsetof(tDot11fIEWMMTSPEC,
[all …]
Dparser_api.c4177 sizeof(tDot11fIEWMMTSPEC));
6381 tDot11fIEWMMTSPEC *pDot11f)
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_assoc_rsp_frame.c391 assoc_rsp->num_tspecs * sizeof(tDot11fIEWMMTSPEC); in lim_update_ese_tspec()