Home
last modified time | relevance | path

Searched refs:tDot11fIERICDataDesc (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/src/qos/
Dsme_qos.c2947 tDot11fIERICDataDesc *ric_ie; in sme_qos_create_tspec_ricie()
3272 tDot11fIERICDataDesc *pRicDataDesc, in sme_qos_process_ftric_response()
3404 tDot11fIERICDataDesc *ric_data_desc, uint32_t *ric_rsplen) in sme_qos_find_matching_tspec()
3450 *ric_rsplen -= sizeof(tDot11fIERICDataDesc); in sme_qos_find_matching_tspec()
3473 tDot11fIERICDataDesc *ric_data_desc, uint32_t ric_rsplen) in sme_qos_find_matching_tspec_lfr3()
3480 tDot11fIERICDataDesc *ric_data = NULL; in sme_qos_find_matching_tspec_lfr3()
3521 ric_len -= sizeof(tDot11fIERICDataDesc); in sme_qos_find_matching_tspec_lfr3()
3540 tDot11fIERICDataDesc *ric_data_desc = NULL; in sme_qos_process_ft_reassoc_rsp_ev()
3547 tDot11fIERICDataDesc *ric_data = NULL; in sme_qos_process_ft_reassoc_rsp_ev()
3562 ric_data_desc = (tDot11fIERICDataDesc *) ((csr_conn_info->pbFrames) + in sme_qos_process_ft_reassoc_rsp_ev()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h7454 } tDot11fIERICDataDesc; typedef
7470 tDot11fIERICDataDesc*,
7475 tDot11fIERICDataDesc *,
7482 tDot11fIERICDataDesc *,
11069 tDot11fIERICDataDesc RICDataDesc[2];
11123 tDot11fIERICDataDesc RICDataDesc[2];
11983 tDot11fIERICDataDesc RICDataDesc[2];
12049 tDot11fIERICDataDesc RICDataDesc[2];
Dparser_api.h466 tDot11fIERICDataDesc RICData[2];
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Ddot11f.c7518 { offsetof(tDot11fIERICDataDesc, RICData), offsetof(tDot11fIERICData,
7521 { offsetof(tDot11fIERICDataDesc, RICDescriptor),
7525 { offsetof(tDot11fIERICDataDesc, TSPEC), offsetof(tDot11fIETSPEC,
7528 { offsetof(tDot11fIERICDataDesc, TCLAS), offsetof(tDot11fIETCLAS,
7529 present), offsetof(tDot11fIERICDataDesc, num_TCLAS), "TCLAS",
7531 { offsetof(tDot11fIERICDataDesc, TCLASSPROC),
7535 { offsetof(tDot11fIERICDataDesc, TSDelay), offsetof(tDot11fIETSDelay,
7538 { offsetof(tDot11fIERICDataDesc, Schedule), offsetof(tDot11fIESchedule,
7541 { offsetof(tDot11fIERICDataDesc, WMMTSPEC), offsetof(tDot11fIEWMMTSPEC,
7544 { offsetof(tDot11fIERICDataDesc, WMMTCLAS), offsetof(tDot11fIEWMMTCLAS,
[all …]
Dparser_api.c4164 sizeof(tDot11fIERICDataDesc));
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_assoc_rsp_frame.c348 assoc_rsp->num_RICData * sizeof(tDot11fIERICDataDesc); in lim_update_ric_data()