Searched refs:MaxReceiveLifeTime (Results 1 - 7 of 7) sorted by relevance

/system/wlan/ti/wilink_6_1/Test/
H A DMibDbg.c220 mib.aData.MaxReceiveLifeTime = *(TI_UINT32*)pParam;
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h1109 tiUINT32 MaxReceiveLifeTime; member in union:__anon245
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBld.c2159 pMibBuf->aData.MaxReceiveLifeTime = ParamInfo.content.halCtrlMaxRxMsduLifetime / 1024; /* converting from usecs to TUs*/
2160 pMibBuf->Length = sizeof(pMibBuf->aData.MaxReceiveLifeTime);
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h2336 TI_UINT32 MaxReceiveLifeTime; /**< HAl Control Max Rx MSDU Life Time, in TUs Units */ member in union:__anon1389
H A DTWDriver.c1612 return cmdBld_CfgRxMsduLifeTime (pTWD->hCmdBld, pMib->aData.MaxReceiveLifeTime * 1024, (void *)NULL, (void *)NULL);
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dcu_cmd.c1914 console_printf_terminal("MaxRxLifetime = %d\n", Mib.aData.MaxReceiveLifeTime);
1918 Mib.Length = sizeof(Mib.aData.MaxReceiveLifeTime);
1919 Mib.aData.MaxReceiveLifeTime = parm[0].value;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c3859 pMibBuf->aData.MaxReceiveLifeTime = ParamInfo.content.halCtrlMaxRxMsduLifetime / 1024; /* converting from usecs to TUs*/
3860 pMibBuf->Length = sizeof(pMibBuf->aData.MaxReceiveLifeTime);
4024 ParamInfo.content.halCtrlMaxRxMsduLifetime = pMib->aData.MaxReceiveLifeTime;

Completed in 119 milliseconds