Searched refs:halCtrlMaxRxMsduLifetime (Results 1 - 9 of 9) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c387 pWlanParams->MaxRxMsduLifetime = pInitParams->halCtrlConfigParams.halCtrlMaxRxMsduLifetime;
742 if (whal_hwInfoElemRxMsduLifeTimeSet (pInfoElemConfig, pParamInfo->content.halCtrlMaxRxMsduLifetime) == OK)
743 pWlanParams->MaxRxMsduLifetime = (UINT32)pParamInfo->content.halCtrlMaxRxMsduLifetime;
1144 pParamInfo->content.halCtrlMaxRxMsduLifetime = pWlanParams->MaxRxMsduLifetime;
3857 ParamInfo.paramLength = sizeof(ParamInfo.content.halCtrlMaxRxMsduLifetime);
3859 pMibBuf->aData.MaxReceiveLifeTime = ParamInfo.content.halCtrlMaxRxMsduLifetime / 1024; /* converting from usecs to TUs*/
4023 ParamInfo.paramLength = sizeof(ParamInfo.content.halCtrlMaxRxMsduLifetime);
4024 ParamInfo.content.halCtrlMaxRxMsduLifetime = pMib->aData.MaxReceiveLifeTime;
4025 ParamInfo.content.halCtrlMaxRxMsduLifetime *= 1024; /* converting from TUs to usecs */
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBld.c2050 pParamInfo->content.halCtrlMaxRxMsduLifetime = pWlanParams->MaxRxMsduLifetime;
2157 ParamInfo.paramLength = sizeof(ParamInfo.content.halCtrlMaxRxMsduLifetime);
2159 pMibBuf->aData.MaxReceiveLifeTime = ParamInfo.content.halCtrlMaxRxMsduLifetime / 1024; /* converting from usecs to TUs*/
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h876 UINT32 halCtrlMaxRxMsduLifetime;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h615 UINT32 halCtrlMaxRxMsduLifetime; member in union:__anon738
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h2428 TI_UINT32 halCtrlMaxRxMsduLifetime; /**< */ member in union:__anon1391
2512 TI_UINT32 halCtrlMaxRxMsduLifetime; /**< */ member in struct:__anon1395
H A DTWDriverCtrl.c100 cmdBld_CfgRxMsduLifeTime (pTWD->hCmdBld, pParamInfo->content.halCtrlMaxRxMsduLifetime, NULL, NULL);
H A DTWDriver.c649 pWlanParams->MaxRxMsduLifetime = pInitParams->tGeneral.halCtrlMaxRxMsduLifetime;
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosRgstry.c1718 sizeof p->TnetwDrv_InitParams.halCtrlConfigParams.halCtrlMaxRxMsduLifetime,
1719 (PUCHAR)&p->TnetwDrv_InitParams.halCtrlConfigParams.halCtrlMaxRxMsduLifetime);
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c1496 sizeof p->twdInitParams.tGeneral.halCtrlMaxRxMsduLifetime,
1497 (TI_UINT8*)&p->twdInitParams.tGeneral.halCtrlMaxRxMsduLifetime);

Completed in 60 milliseconds