Home
last modified time | relevance | path

Searched refs:BroadcastBytesRecv (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/stad/Export_Inc/
DSTADExternalIf.h304 …TI_UINT32 BroadcastBytesRecv; /**< Number of bytes in broadcast packets that are received withou… member
DparamOut.h250 …TI_UINT32 BroadcastBytesRecv; /* the number of bytes in broadcast packets that are receiv… member
/hardware/ti/wlan/wl1271/stad/src/Data_link/
Drx.c425 …pParamInfo->content.siteMgrTiWlanCounters.BroadcastBytesRecv = pRxData->rxDataCounters.BroadcastBy… in rxData_getParam()
1296 pRxData->rxDataCounters.BroadcastBytesRecv += RX_ETH_PKT_LEN(pBuffer); in rxData_rcvPacketData()
1857 WLAN_OS_REPORT(("BroadcastBytesRecv = %d\n", pRxData->rxDataCounters.BroadcastBytesRecv)); in rxData_printRxCounters()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c2057 …ror_printf(CU_MSG_INFO2, (PS8)" BroadcastBytesRecv : %d\n", driverCounters.BroadcastBytesRecv ); in CuCmd_ShowStatistics()