Searched refs:cwMax (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/Test/
H A DqosMngrDbg.c124 WLAN_OS_REPORT(("cwMax :%d\n",pQosMngr->acParams[QOS_AC_BK].acQosParams.cwMax));
135 WLAN_OS_REPORT(("cwMax :%d\n",pQosMngr->acParams[QOS_AC_BE].acQosParams.cwMax));
146 WLAN_OS_REPORT(("cwMax :%d\n",pQosMngr->acParams[QOS_AC_VI].acQosParams.cwMax));
157 WLAN_OS_REPORT(("cwMax :%d\n",pQosMngr->acParams[QOS_AC_VO].acQosParams.cwMax));
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DqosMngr.c332 pQosMngr->acParams[acID].acQosParams.cwMax = pQosMngr->uDesireCwMax;
964 pParamInfo->content.qosApQosParams.uCwMax = (1 << pQosMngr->acParams[acID].acQosParams.cwMax)-1;
1335 if(pAcQosParams->cwMax > QOS_CWMAX_MAX )
1337 TRACE1(pQosMngr->hReport, REPORT_SEVERITY_ERROR, "verifyAndConfigQosParams :Error trying to set invalid cwMax : %d param",pAcQosParams->cwMax);
1343 TRACE1(pQosMngr->hReport, REPORT_SEVERITY_ERROR, "verifyAndConfigQosParams :Error trying to set invalid cwMax : %d param",pAcQosParams->cwMax);
1357 acQosParams.cwMax = (1 << pAcQosParams->cwMax) - 1; /* CwMax = 2^CwMax - 1*/
2005 pQosMngr->acParams[acID].acQosParams.cwMax
[all...]
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCfgIE.c867 pCfg->cwMax = ENDIAN_HANDLE_WORD(pAcQosParams->cwMax);
871 TRACE6(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, "ID=%u: ac= %u, aifsn=%u, cw-max=%u, cw-min=%u, txop=%u\n", pCfg->EleHdr.id, pAcQosParams->ac, pAcQosParams->aifsn, pAcQosParams->cwMax, pAcQosParams->cwMin, pAcQosParams->txopLimit);
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
H A Dpublic_infoele.h351 uint16 cwMax; /* The contention window maximum size (in slots) for */ member in struct:__anon2421
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriver.h1938 TI_UINT16 cwMax; /**< The contention window maximum size (in slots) */ member in struct:__anon2652
4285 * pAcQosParams->cwMax

Completed in 98 milliseconds