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

  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
cu_common.h 37 U32 matchedPacketsCount[MAX_DATA_FILTERS]; /* number of packets matching each of the filters */
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
cu_common.h 37 U32 matchedPacketsCount[MAX_DATA_FILTERS]; /* number of packets matching each of the filters */
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_common.c 436 os_memcpy(pMatchedPacketsCount, &buffer.matchedPacketsCount, MAX_DATA_FILTERS*sizeof(U32));
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_common.c 436 os_memcpy(pMatchedPacketsCount, &buffer.matchedPacketsCount, MAX_DATA_FILTERS*sizeof(U32));
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_infoele.h     [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h     [all...]
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 782 ret += snprintf(&buf[ret], buf_len-ret, " %u", (u32)stats.matchedPacketsCount[i]);
    [all...]
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.c 782 ret += snprintf(&buf[ret], buf_len-ret, " %u", (u32)stats.matchedPacketsCount[i]);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c 319 pResult->MatchedPacketsCount[i] = pStatistics->matchedPacketsCount[i];
    [all...]

Completed in 262 milliseconds