WLAN_PHY_FRAME_STATISTICS (Compact 2013)

3/26/2014

This structure contains information about sent and received PHY frames.

Syntax

typedef struct _WLAN_PHY_FRAME_STATISTICS {
  ULONGLONG ullTransmittedFrameCount;
  ULONGLONG ullMulticastTransmittedFrameCount;
  ULONGLONG ullFailedCount;
  ULONGLONG ullRetryCount;
  ULONGLONG ullMultipleRetryCount;
  ULONGLONG ullMaxTXLLifetimeExceededCount;
  ULONGLONG ullTransmittedFragmentCount;
  ULONGLONG ullRTSSuccessCount;
  ULONGLONG ullRTSFailureCount;
  ULONGLONG ullACKFailureCount;
  ULONGLONG ullReceivedFrameCount;
  ULONGLONG ullMulticastReceivedFrameCount;
  ULONGLONG ullPromiscuousReceivedFrameCount;
  ULONGLONG ullMaxRXLifetimeExceededCount;
  ULONGLONG ullFrameDuplicateCount;
  ULONGLONG ullReceivedFragmentCount;
  ULONGLONG ullPromiscuousReceivedFragmentCount;
  ULONGLONG ullFCSErrorCount;
} WLAN_PHY_FRAME_STATISTICS,
  *PWLAN_PHY_FRAME_STATISTICS;

Members

  • ullTransmittedFrameCount
    Contains the number of successfully transmitted MSDU/MMPDUs
  • ullMulticastTransmittedFrameCount
    Contains the number of successfully transmitted MSDU/MMPDUs in which the multicast bit is set as the destination MAC address
  • ullFailedCount
    Contains the number of MSDU/MMPDUs transmission failures caused by the number of transmit attempts exceeding the retry limit
  • ullRetryCount
    Contains the number of MSDU/MMPDUs successfully transmitted after one or more retransmissions
  • ullMultipleRetryCount
    Contains the number of MSDU/MMPDUs successfully transmitted after more than one retransmission
  • ullMaxTXLLifetimeExceededCount
    Contains the number of fragmented MSDU/MMPDUs that could not send because of time-out
  • ullTransmittedFragmentCount
    Contains the number of MPDUs with an individual address in the address 1 field and MPDUs that have a multicast address that has types Data or Management
  • ullRTSSuccessCount
    Contains the number of times a CTS has been received in response to an RTS
  • ullRTSFailureCount
    Contains the number of times a CTS has not been received in response to an RTS
  • ullACKFailureCount
    Contains the number of times an expected ACK has not been received
  • ullReceivedFrameCount
    Contains the number of MSDU/MMPDUs successfully received
  • ullMulticastReceivedFrameCount
    Contains the number of successfully received MSDU/MMPDUs with the multicast bit set in the MAC address
  • ullPromiscuousReceivedFrameCount
    Contains the number of MSDU/MMPDUs successfully received only because promiscuous mode is enabled
  • ullMaxRXLifetimeExceededCount
    Contains the number of fragmented MSDU/MMPDUs dropped because of time-out
  • ullFrameDuplicateCount
    Contains the number of frames received that the Sequence Control field indicates as a duplicate
  • ullReceivedFragmentCount
    Contains the number of successfully received Data or Management MPDUs
  • ullPromiscuousReceivedFragmentCount
    Contains the number of MPDUs successfully received only because promiscuous mode is enabled
  • ullFCSErrorCount
    Contains the number of times an FCS error has been detected in a received MPDU

See Also

Reference

Native Wi-Fi Structures
WLAN_STATISTICS
Native Wi-Fi Reference