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

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DPowerMgrKeepAlive.c150 pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag = TI_FALSE;
186 if (TI_TRUE == pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag)
220 pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag = TI_FALSE;
260 uIndex = pNewTmpl->keepAliveParams.index;
266 if (TI_TRUE == pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag)
269 pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams.enaDisFlag = TI_FALSE;
270 status = TWD_CfgKeepAlive (pPowerMgrKL->hTWD, &(pPowerMgrKL->tCurrentConfig.templates[ uIndex ].keepAliveParams));
354 if (TI_TRUE == pPowerMgrKL->tCurrentConfig.templates[ uMessageIndex ].keepAliveParams.enaDisFlag)
377 status = TWD_CfgKeepAlive (pPowerMgrKL->hTWD, &(pPowerMgrKL->tCurrentConfig.templates[ uMessageIndex ].keepAliveParams));
387 status = TWD_CfgKeepAlive (pPowerMgrKL->hTWD, &(pPowerMgrKL->tCurrentConfig.templates[ uMessageIndex ].keepAliveParams));
[all...]
/hardware/ti/wlan/wl1271/stad/Export_Inc/
H A DSTADExternalIf.h359 TKeepAliveParams keepAliveParams; /**< Keep Alive Parameters */ member in struct:__anon2784
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBld.c1406 if (DB_WLAN(hCmdBld).bJoin && DB_KLV(hCmdBld).keepAliveParams[ index ].enaDisFlag != 0)
1410 DB_KLV(hCmdBld).keepAliveParams[ index ].enaDisFlag,
1411 DB_KLV(hCmdBld).keepAliveParams[ index ].trigType,
1412 DB_KLV(hCmdBld).keepAliveParams[ index ].interval,
1425 if (DB_WLAN(hCmdBld).bJoin && DB_KLV(hCmdBld).keepAliveParams[ index ].enaDisFlag != 0)
1429 DB_KLV(hCmdBld).keepAliveParams[ index ].enaDisFlag,
1430 DB_KLV(hCmdBld).keepAliveParams[ index ].trigType,
1431 DB_KLV(hCmdBld).keepAliveParams[ index ].interval,
H A DCmdBldDb.h276 TKeepAliveParams keepAliveParams[ KLV_MAX_TMPL_NUM ]; member in struct:__anon2295
H A DCmdBldCfg.c1169 (void *)&DB_KLV(hCmdBld).keepAliveParams[ pKeepAliveParams->index ],
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_cmd.c6225 TKeepAliveTemplate keepAliveParams; local
6234 keepAliveParams.keepAliveParams.index = (U8)parm[ 0 ].value;
6235 keepAliveParams.keepAliveParams.interval = parm[ 1 ].value;
6236 keepAliveParams.keepAliveParams.trigType = parm[ 2 ].value;
6237 keepAliveParams.keepAliveParams.enaDisFlag = 1; /* set to enable */
6238 keepAliveParams
6260 TKeepAliveTemplate keepAliveParams; local
[all...]
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriver.c755 pKlvParams->keepAliveParams[ uIndex ].enaDisFlag = TI_FALSE;

Completed in 134 milliseconds