Searched refs:TSPEC (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/sme/src/qos/ |
D | sme_qos.c | 2969 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/ |
D | dot11f.frms | 1566 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/ |
D | dot11f.h | 7442 tDot11fIETSPEC TSPEC; member 10896 tDot11fIETSPEC TSPEC; member 10933 tDot11fIETSPEC TSPEC; member
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 6002 if (addts.TSPEC.present) { 6003 convert_tspec(mac, &pAddTs->tspec, &addts.TSPEC);
|
D | dot11f.c | 7525 { 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/ |
D | lim_send_management_frames.c | 1063 populate_dot11f_tspec(&pAddTS->tspec, &AddTSReq.TSPEC); in lim_send_addts_req_action_frame()
|