Searched refs:AC (Results 1 - 11 of 11) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
H A DtrafficAdmControl.c165 /* allocate OS timer AC BE */
173 /* allocate OS timer AC BK */
182 /* allocate OS timer AC VI */
192 /* allocate OS timer AC VO */
428 trafficAdmCtrl_startTimer(pTrafficAdmCtrl, pTSpecInfo->AC);
455 trafficAdmCtrl_stopTimer(pTrafficAdmCtrl,fsmTSpecInfo->pTSpecInfo->AC);
458 ("TRAFFIC ADM CTRL - AC = %d, Stoped ..... \n", pTSpecInfo->AC));
486 qosMngr_setAdmissionInfo(pTrafficAdmCtrl->hQosMngr, pTSpecInfo->AC, pTSpecInfo, STATUS_TRAFFIC_ADM_REQUEST_ACCEPT);
512 qosMngr_setAdmissionInfo(pTrafficAdmCtrl->hQosMngr, pTSpecInfo->AC, pTSpecInf
[all...]
H A DqosMngr.c76 /* Used to indicate no user priority is assigned for AC */
287 * configure per AC traffic parameters
362 /* validity check - allow to set the desired Ps mode per-AC to UPSD ONLY IF the station supports UPSD */
375 * configure TxData per AC params
404 /* Set admission state per AC for non-QoS and update the Tx module. */
411 /* Update the Tx tag to AC tables for legacy mode. */
450 pQosMngr->resourceMgmtTable.currentTspecInfo[acID].AC = (acTrfcType_e)acID;
461 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].AC = (acTrfcType_e)acID;
547 * setting TxData params, only PS , Txoplimit and Admission State and AC status
564 /* Set admission state per AC fo
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DtrafficAdmControl.c251 /* Create per AC timers */
351 trafficAdmCtrl_startTimer(pTrafficAdmCtrl, pTSpecInfo->AC);
378 trafficAdmCtrl_stopTimer(pTrafficAdmCtrl,fsmTSpecInfo->pTSpecInfo->AC);
380 TRACE1(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_INFORMATION, "TRAFFIC ADM CTRL - AC = %d, Stoped ..... \n", pTSpecInfo->AC);
408 qosMngr_setAdmissionInfo(pTrafficAdmCtrl->hQosMngr, pTSpecInfo->AC, pTSpecInfo, STATUS_TRAFFIC_ADM_REQUEST_ACCEPT);
434 qosMngr_setAdmissionInfo(pTrafficAdmCtrl->hQosMngr, pTSpecInfo->AC, pTSpecInfo, STATUS_TRAFFIC_ADM_REQUEST_REJECT);
480 TRACE1(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_ERROR, "TRAFFIC ADM CTRL - AC = %d, ActionUnexpected ..... \n", fsmTSpecInfo->acID);
505 TRACE1(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_WARNING, "TRAFFIC ADM CTRL - AC = %d, ActionUnexpected ..... \n", fsmTSpecInfo->acID);
530 TRACE1(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_INFORMATION, "TRAFFIC ADM CTRL - AC
[all...]
H A DqosMngr_API.h64 EAcTrfcType AC; member in struct:__anon1904
H A DqosMngr.c67 /* Translate input AC to TID */
70 /* Translate input TID to the other TID of the same AC */
73 /* Used to indicate no user priority is assigned for AC */
286 * configure per AC traffic parameters
367 /* validity check - allow to set the desired Ps mode per-AC to UPSD ONLY IF the station supports UPSD */
379 /* configure AC params to TxCtrl. */
386 /* Set admission state per AC for non-QoS and update the Tx module. */
437 pQosMngr->resourceMgmtTable.currentTspecInfo[acID].AC = (EAcTrfcType)acID;
450 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].AC = (EAcTrfcType)acID;
534 /* Set admission state per AC fo
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
H A DTI_AdapterQOS.h40 Desc: This function commands the driver to set AC (Tx queue) with
44 acID - The number of AC to configure (0-3).
64 uAC - Indicates the AC to which the function is addressed
66 uAssocAdmissionCtrlFlag - Indicates if the AC requires admission
69 AC (2-15).
71 AC (0-15).
73 AC (0-15).
75 specified AC (in units of 32 microseconds).
138 AC - The AC t
[all...]
H A DTI_AdapterApiCpp.h189 virtual tiINT32 PollApPacketsFromAC ( tiUINT32 AC ) = 0;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/
H A DqosMngr_API.h61 acTrfcType_e AC; member in struct:__anon530
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
H A DCTI_Adapter.h285 virtual tiINT32 PollApPacketsFromAC ( tiUINT32 AC );
H A DTI_AdapterApi.cpp247 TI_PollApPacketsFromAC(TI_HANDLE hAdapter, tiUINT32 AC) argument
251 return ((TI_WLAN_AdapterAPI *) hAdapter)->PollApPacketsFromAC(AC);
H A DCTI_Adapter.cpp1080 CTI_WLAN_AdapterAPI::PollApPacketsFromAC( tiUINT32 AC )
1085 dwRetValue = tiIoCtrl(TIWLN_802_11_POLL_AP_PACKETS_FROM_AC, &AC, sizeof(tiUINT32),NULL, 0,&dwRetSize);

Completed in 304 milliseconds