TWlanPacketStatistics Struct Reference

struct TWlanPacketStatistics

Defines a structure for storing WLAN packet statistics.

Member Data Documentation

TUint32 fcsErrors

TUint32 fcsErrors

Number of received frames with FCS errors.

TUint32 rxFrames

TUint32 rxFrames

Number of successfully received data frames.

TUint32 rxMulticastFrames

TUint32 rxMulticastFrames

Number of successfully received multicast data frames.

TUint32 txErrors

TUint32 txErrors

Number of data frames that could not be to delivered.

TUint32 txFrames

TUint32 txFrames

Number of sent data frames.

TUint32 txMulticastFrames

TUint32 txMulticastFrames

Number of sent multicast data frames.

TUint32 txRetries

TUint32 txRetries

Total number of retransmissions done.