Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/qos/
Dsme_qos.c3010 ric_ie->WMMTSPEC.present = 1; in sme_qos_create_tspec_ricie()
3011 ric_ie->WMMTSPEC.version = 1; in sme_qos_create_tspec_ricie()
3012 ric_ie->WMMTSPEC.delay_bound = tspec_info->delay_bound; in sme_qos_create_tspec_ricie()
3013 ric_ie->WMMTSPEC.inactivity_int = tspec_info->inactivity_interval; in sme_qos_create_tspec_ricie()
3014 ric_ie->WMMTSPEC.burst_size = tspec_info->max_burst_size; in sme_qos_create_tspec_ricie()
3015 ric_ie->WMMTSPEC.max_msdu_size = tspec_info->maximum_msdu_size; in sme_qos_create_tspec_ricie()
3016 ric_ie->WMMTSPEC.max_service_int = tspec_info->max_service_interval; in sme_qos_create_tspec_ricie()
3017 ric_ie->WMMTSPEC.mean_data_rate = tspec_info->mean_data_rate; in sme_qos_create_tspec_ricie()
3018 ric_ie->WMMTSPEC.medium_time = 0; in sme_qos_create_tspec_ricie()
3019 ric_ie->WMMTSPEC.min_data_rate = tspec_info->min_data_rate; in sme_qos_create_tspec_ricie()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms2016 IE WMMTSPEC (EID_VENDOR_SPECIFIC) OUI (0x00, 0x50, 0xf2, 0x02, 0x02)
2881 OPTIE WMMTSPEC;
4409 OPTIE WMMTSPEC[0..4];
4457 OPTIE WMMTSPEC[0..4];
4507 OPTIE WMMTSPEC[0..4];
4649 OPTIE WMMTSPEC;
4662 MANDIE WMMTSPEC;
4683 OPTIE WMMTSPEC;
4697 OPTIE WMMTSPEC;
4716 MANDIE WMMTSPEC;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h7448 tDot11fIEWMMTSPEC WMMTSPEC; member
10900 tDot11fIEWMMTSPEC WMMTSPEC; member
10940 tDot11fIEWMMTSPEC WMMTSPEC; member
11084 tDot11fIEWMMTSPEC WMMTSPEC[4]; member
12007 tDot11fIEWMMTSPEC WMMTSPEC[4]; member
12077 tDot11fIEWMMTSPEC WMMTSPEC[4]; member
12586 tDot11fIEWMMTSPEC WMMTSPEC; member
12615 tDot11fIEWMMTSPEC WMMTSPEC; member
12644 tDot11fIEWMMTSPEC WMMTSPEC; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c2364 &pReassoc->WMMTSPEC[idx]);
4176 &ar->WMMTSPEC[cnt],
6046 if (addts.WMMTSPEC.present) {
6048 convert_wmmtspec(mac, &pAddTs->tspec, &addts.WMMTSPEC);
6082 if (wmmaddts.WMMTSPEC.present) {
6085 &wmmaddts.WMMTSPEC);
6174 if (wmmdelts.WMMTSPEC.present) {
6177 &wmmdelts.WMMTSPEC);
Ddot11f.c7541 { 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,
14765 { offsetof(tDot11fWMMAddTSResponse, WMMTSPEC),
14803 { offsetof(tDot11fWMMDelTS, WMMTSPEC), offsetof(tDot11fIEWMMTSPEC,
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_management_frames.c1066 &AddTSReq.WMMTSPEC); in lim_send_addts_req_action_frame()
1120 populate_dot11f_wmmtspec(&pAddTS->tspec, &WMMAddTSReq.WMMTSPEC); in lim_send_addts_req_action_frame()
2053 populate_dot11f_wmmtspec(pTspecIe, &WMMDelTS.WMMTSPEC); in lim_send_delts_req_action_frame()