Share via


WLAN_MAC_FRAME_STATISTICS (Compact 7)

3/12/2014

This structure defines contains information about sent and received MAC frames.

Syntax

typedef struct _WLAN_MAC_FRAME_STATISTICS {
  ULONGLONG ullTransmittedFrameCount;
  ULONGLONG ullReceivedFrameCount;
  ULONGLONG ullWEPExcludedCount;
  ULONGLONG ullTKIPLocalMICFailures;
  ULONGLONG ullTKIPReplays;
  ULONGLONG ullTKIPICVErrorCount;
  ULONGLONG ullCCMPReplays;
  ULONGLONG ullCCMPDecryptErrors;
  ULONGLONG ullWEPUndecryptableCount;
  ULONGLONG ullWEPICVErrorCount;
  ULONGLONG ullDecryptSuccessCount;
  ULONGLONG ullDecryptFailureCount;
} WLAN_MAC_FRAME_STATISTICS,
  *PWLAN_MAC_FRAME_STATISTICS;

Members

  • ullTransmittedFrameCount
    Contains the number of successfully transmitted MSDU/MMPDUs
  • ullReceivedFrameCount
    Contains the number of successfully received MSDU/MMPDUs
  • ullWEPExcludedCount
    Contains the number of frames discarded caused by having a Protected status indicated in the frame control field
  • ullTKIPLocalMICFailures
    Contains the number of MIC failures encountered while checking the integrity of packets received from the AP or peer station
  • ullTKIPReplays
    Contains the number of TKIP replay errors detected
  • ullTKIPICVErrorCount
    Contains the number of TKIP protected packets that the network adapter did not decrypt
  • ullCCMPReplays
    Contains the number of received unicast fragments discarded by the replay mechanism
  • ullCCMPDecryptErrors
    Contains the number of received fragments discarded by the CCMP decryption algorithm
  • ullWEPUndecryptableCount
    Contains the number of WEP protected packets received for which a decryption key was not available on the network adapter
  • ullWEPICVErrorCount
    Contains the number of WEP protected packets the network adapter did not decrypt
  • ullDecryptSuccessCount
    Contains the number of encrypted packets that the network adapter has successfully decrypted
  • ullDecryptFailureCount
    Contains the number of encrypted packets that the network adapter did not decrypt

See Also

Reference

Native Wi-Fi Structures
WLAN_STATISTICS
Native Wi-Fi Reference