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

  /hardware/ti/wlan/wl1271/stad/Export_Inc/
tiwlnif.h 108 } TIWLN_STATISTICS;
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
tiwlnif.h 108 } TIWLN_STATISTICS;
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
tiwlnif.h 313 typedef _TIWLN_STATISTICS TIWLN_STATISTICS;
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterApiC.h 486 TIWLN_STATISTICS structure, which is defined in tiwlnif.h. The
489 pStatistics - A pointer to a TIWLN_STATISTICS structure.
494 TIWLN_STATISTICS* pStatistics );
    [all...]
TI_AdapterApiCpp.h 84 virtual tiINT32 GetStatistics ( TIWLN_STATISTICS* ptiStatistics ) = 0;
  /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/UtilityAdapter/
CTI_Adapter.h 186 virtual tiINT32 GetStatistics (TIWLN_STATISTICS* tiStatistics);
CTI_Adapter.cpp 404 CTI_WLAN_AdapterAPI::GetStatistics(TIWLN_STATISTICS* ptiStatistics)
409 if (CheckObjectMemory(ptiStatistics, sizeof(TIWLN_STATISTICS)))
411 dwRetValue = tiIoCtrl(TIWLN_802_11_STATISTICS, NULL, 0, ptiStatistics, sizeof(TIWLN_STATISTICS),&dwRetSize);
    [all...]
TI_AdapterApi.cpp 36 TI_GetStatistics(TI_HANDLE hAdapter, TIWLN_STATISTICS* pStatistics)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c 823 TIWLN_STATISTICS statistics = { 0 } ;
    [all...]

Completed in 170 milliseconds