Searched refs:CuCommon_GetTxStatistics (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
H A Dcu_common.h69 S32 CuCommon_GetTxStatistics(THandle hCuCommon, TIWLN_TX_STATISTICS* pTxCounters, U32 doReset);
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_common.c262 S32 CuCommon_GetTxStatistics(THandle hCuCommon, TIWLN_TX_STATISTICS* pTxCounters, U32 doReset) function
H A Dcu_cmd.c2085 if(OK != CuCommon_GetTxStatistics(pCuCmd->hCuCommon, &txCounters, 0)) return;
2089 if(OK != CuCommon_GetTxStatistics(pCuCmd->hCuCommon, &txCounters, parm[0].value)) return;

Completed in 300 milliseconds