Searched defs:pKeepAliveParams (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCfg.c1148 TI_STATUS cmdBld_CfgKeepAlive (TI_HANDLE hCmdBld, TKeepAliveParams *pKeepAliveParams, void *fCb, TI_HANDLE hCb) argument
1152 TRACE4(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "CmdBld: Seeting keep-alive params, index=%d, interval=%d msec, trigType=%d, enaFlag=%d\n", pKeepAliveParams->index, pKeepAliveParams->interval, pKeepAliveParams->trigType, pKeepAliveParams->enaDisFlag);
1155 (void *)&DB_KLV(hCmdBld).keepAliveParams[ pKeepAliveParams->index ],
1156 (void *)pKeepAliveParams,
1160 pKeepAliveParams->index,
1161 pKeepAliveParams->enaDisFlag,
1162 (TI_UINT8)pKeepAliveParams
[all...]
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriverCtrl.c309 TI_STATUS TWD_CfgKeepAlive (TI_HANDLE hTWD, TKeepAliveParams *pKeepAliveParams) argument
315 return cmdBld_CfgKeepAlive (pTWD->hCmdBld, pKeepAliveParams, NULL, NULL);

Completed in 7 milliseconds