Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_admit_control.c75 if ((pTspec->minSvcInterval != 0) || (pTspec->maxSvcInterval != 0)) { in lim_calculate_svc_int()
76 *pSvcInt = (pTspec->maxSvcInterval != 0) in lim_calculate_svc_int()
77 ? pTspec->maxSvcInterval : pTspec->minSvcInterval; in lim_calculate_svc_int()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dutils_parser.c426 pOld->maxSvcInterval = pNew->max_service_int; in convert_tspec()
530 pOld->maxSvcInterval = pNew->max_service_int; in convert_wmmtspec()
H A Dparser_api.c2390 dest->max_service_int = source->maxSvcInterval;
6341 pDot11f->max_service_int = pOld->maxSvcInterval;
6399 pDot11f->max_service_int = pOld->maxSvcInterval;
/wlan-driver/qcacld-3.0/core/sme/src/qos/
H A Dsme_qos.c2840 pTspec->maxSvcInterval = pTspec_Info->max_service_interval; in sme_qos_copy_tspec_info()
3699 pMsg->req.tspec.maxSvcInterval = pTspec_Info->max_service_interval; in sme_qos_add_ts_req()
3799 pMsg->req.tspec.maxSvcInterval = pTspecInfo->max_service_interval; in sme_qos_del_ts_req()
5104 pRsp->tspec.maxSvcInterval; in sme_qos_process_add_ts_success_rsp()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h2466 uint32_t maxSvcInterval; member
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c1151 tspec_param->max_service_interval = tspec_ie->maxSvcInterval; in send_set_ric_req_cmd_tlv()