Home
last modified time | relevance | path

Searched refs:num_TCLAS (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h7443 uint16_t num_TCLAS; member
10897 uint16_t num_TCLAS; member
10934 uint16_t num_TCLAS; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_management_frames.c1071 AddTSReq.num_TCLAS = pAddTS->numTclas; in lim_send_addts_req_action_frame()
1077 AddTSReq.num_TCLAS = 0; in lim_send_addts_req_action_frame()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c6009 if (addts.num_TCLAS) {
6010 pAddTs->numTclas = (uint8_t) addts.num_TCLAS;
6012 for (i = 0U; i < addts.num_TCLAS; ++i) {
Ddot11f.c7529 present), offsetof(tDot11fIERICDataDesc, num_TCLAS), "TCLAS",
11544 offsetof(tDot11fAddTSRequest, num_TCLAS), "TCLAS", 2, 7, 45, SigIeTCLAS,
11602 present), offsetof(tDot11fAddTSResponse, num_TCLAS), "TCLAS",
/wlan-driver/qcacld-3.0/core/sme/src/qos/
Dsme_qos.c3295 pAddtsRsp->rsp.numTclas = pRicDataDesc->num_TCLAS; in sme_qos_process_ftric_response()