HomeSort by relevance Sort by last modified time
    Searched refs:TIWLN_TX_STATISTICS (Results 1 - 16 of 16) sorted by null

  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
cu_common.h 69 S32 CuCommon_GetTxStatistics(THandle hCuCommon, TIWLN_TX_STATISTICS* pTxCounters, U32 doReset);
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
STADExternalIf.h 181 /** \struct TIWLN_TX_STATISTICS
192 } TIWLN_TX_STATISTICS;
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
cu_common.h 69 S32 CuCommon_GetTxStatistics(THandle hCuCommon, TIWLN_TX_STATISTICS* pTxCounters, U32 doReset);
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
STADExternalIf.h 181 /** \struct TIWLN_TX_STATISTICS
192 } TIWLN_TX_STATISTICS;
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_common.c 262 S32 CuCommon_GetTxStatistics(THandle hCuCommon, TIWLN_TX_STATISTICS* pTxCounters, U32 doReset)
267 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, TIWLN_802_11_TX_STATISTICS, pTxCounters, sizeof(TIWLN_TX_STATISTICS),
268 pTxCounters, sizeof(TIWLN_TX_STATISTICS));
cu_cmd.c     [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_common.c 262 S32 CuCommon_GetTxStatistics(THandle hCuCommon, TIWLN_TX_STATISTICS* pTxCounters, U32 doReset)
267 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, TIWLN_802_11_TX_STATISTICS, pTxCounters, sizeof(TIWLN_TX_STATISTICS),
268 pTxCounters, sizeof(TIWLN_TX_STATISTICS));
cu_cmd.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
tiwlnif.h 245 } TIWLN_TX_STATISTICS;
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterApiC.h 500 TIWLN_TX_STATISTICS structure, which is defined in tiwlnif.h. The
501 OS_802_11* types are defined in osDot11.h. The TIWLN_TX_STATISTICS
504 pTxStatistics - A pointer to a TIWLN_TX_STATISTICS structure.
511 TIWLN_TX_STATISTICS* pTxStatistics,
    [all...]
TI_AdapterApiCpp.h 85 virtual tiINT32 GetTxStatistics ( TIWLN_TX_STATISTICS* ptiTxStatistics, UINT32 clearStatsFlag ) = 0;
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
CTI_Adapter.h 187 virtual tiINT32 GetTxStatistics (TIWLN_TX_STATISTICS* tiTxStatistics, UINT32 clearStatsFlag);
CTI_Adapter.cpp 419 CTI_WLAN_AdapterAPI::GetTxStatistics(TIWLN_TX_STATISTICS* ptiTxStatistics, UINT32 clearStatsFlag)
428 ptiTxStatistics, sizeof(TIWLN_TX_STATISTICS),&dwRetSize);
    [all...]
TI_AdapterApi.cpp 44 TI_GetTxStatistics(TI_HANDLE hAdapter, TIWLN_TX_STATISTICS* pTxStatistics, UINT32 clearStatsFlag)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c 891 TIWLN_TX_STATISTICS statistics;
    [all...]

Completed in 204 milliseconds