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

/hardware/ti/wlan/wl1271/Test/
H A DMibDbg.c220 mib.aData.MaxReceiveLifeTime = *(TI_UINT32*)pParam;
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBld.c2202 pMibBuf->aData.MaxReceiveLifeTime = ParamInfo.content.halCtrlMaxRxMsduLifetime / 1024; /* converting from usecs to TUs*/
2203 pMibBuf->Length = sizeof(pMibBuf->aData.MaxReceiveLifeTime);
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriver.h2382 TI_UINT32 MaxReceiveLifeTime; /**< HAl Control Max Rx MSDU Life Time, in TUs Units */ member in union:__anon2674
H A DTWDriver.c1632 return cmdBld_CfgRxMsduLifeTime (pTWD->hCmdBld, pMib->aData.MaxReceiveLifeTime * 1024, (void *)NULL, (void *)NULL);

Completed in 74 milliseconds