Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/qos/
Dsme_qos.c2969 ric_ie->TSPEC.present = 1; in sme_qos_create_tspec_ricie()
2970 ric_ie->TSPEC.delay_bound = tspec_info->delay_bound; in sme_qos_create_tspec_ricie()
2971 ric_ie->TSPEC.inactivity_int = tspec_info->inactivity_interval; in sme_qos_create_tspec_ricie()
2972 ric_ie->TSPEC.burst_size = tspec_info->max_burst_size; in sme_qos_create_tspec_ricie()
2973 ric_ie->TSPEC.max_msdu_size = tspec_info->maximum_msdu_size; in sme_qos_create_tspec_ricie()
2974 ric_ie->TSPEC.max_service_int = tspec_info->max_service_interval; in sme_qos_create_tspec_ricie()
2975 ric_ie->TSPEC.mean_data_rate = tspec_info->mean_data_rate; in sme_qos_create_tspec_ricie()
2976 ric_ie->TSPEC.medium_time = 0; in sme_qos_create_tspec_ricie()
2977 ric_ie->TSPEC.min_data_rate = tspec_info->min_data_rate; in sme_qos_create_tspec_ricie()
2978 ric_ie->TSPEC.min_phy_rate = tspec_info->min_phy_rate; in sme_qos_create_tspec_ricie()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms1566 IE TSPEC (EID_TSPEC) // 7.3.2.30
1606 } // End IE TSPEC.
2876 OPTIE TSPEC;
4642 MANDIE TSPEC;
4674 MANDIE TSPEC;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h7442 tDot11fIETSPEC TSPEC; member
10896 tDot11fIETSPEC TSPEC; member
10933 tDot11fIETSPEC TSPEC; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c6002 if (addts.TSPEC.present) {
6003 convert_tspec(mac, &pAddTs->tspec, &addts.TSPEC);
Ddot11f.c7525 { offsetof(tDot11fIERICDataDesc, TSPEC), offsetof(tDot11fIETSPEC,
11540 { offsetof(tDot11fAddTSRequest, TSPEC), offsetof(tDot11fIETSPEC, present),
11598 { offsetof(tDot11fAddTSResponse, TSPEC), offsetof(tDot11fIETSPEC,
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_management_frames.c1063 populate_dot11f_tspec(&pAddTS->tspec, &AddTSReq.TSPEC); in lim_send_addts_req_action_frame()