Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/Test/
DMibDbg.c220 mib.aData.MaxReceiveLifeTime = *(TI_UINT32*)pParam; in mibDbgSetMaxRxLifetime()
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBld.c2202 …pMibBuf->aData.MaxReceiveLifeTime = ParamInfo.content.halCtrlMaxRxMsduLifetime / 1024; /* converti… in cmdBld_ReadMib()
2203 pMibBuf->Length = sizeof(pMibBuf->aData.MaxReceiveLifeTime); in cmdBld_ReadMib()
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriver.h2382 …TI_UINT32 MaxReceiveLifeTime; /**< HAl Control Max Rx MSDU Life Time, i… member
DTWDriver.c1632 …return cmdBld_CfgRxMsduLifeTime (pTWD->hCmdBld, pMib->aData.MaxReceiveLifeTime * 1024, (void *)NUL… in TWD_WriteMib()