WLAN_STATISTICS (Compact 2013)
3/26/2014
This structure defines contains assorted statistics about an interface.
Syntax
typedef struct _WLAN_STATISTICS {
ULONGLONG ullFourWayHandshakeFailures;
ULONGLONG ullTKIPCounterMeasuresInvoked;
ULONGLONG ullReserved;
WLAN_MAC_FRAME_STATISTICS MacUcastCounters;
WLAN_MAC_FRAME_STATISTICS MacMcastCounters;
DWORD dwNumberOfPhys;
WLAN_PHY_FRAME_STATISTICS PhyCounters[1];
} WLAN_STATISTICS,
*PWLAN_STATISTICS;
Members
- ullFourWayHandshakeFailures
Indicates the number of 4-way handshake failures. This member is only valid if IHV Service is being used as the authentication service for the current network.
- ullTKIPCounterMeasuresInvoked
Indicates the number of TKIP countermeasures performed by an IHV Miniport driver. This count does not include TKIP countermeasures invoked by the operating system.
- ullReserved
Reserved.
- MacUcastCounters
A WLAN_MAC_FRAME_STATISTICS structure that countains MAC layer counters for unicast packets directed to the receiver of the network adapter.
- MacMcastCounters
A WLAN_MAC_FRAME_STATISTICS structure that contains MAC layer counters for multicast packets directed to the current multicast address.
- dwNumberOfPhys
Contains the number of WLAN_PHY_FRAME_STATISTICS structures in the PhyCounters member.
- PhyCounters
An array of WLAN_PHY_FRAME_STATISTICS structures that contain PHY layer counters
See Also
Reference
Native Wi-Fi Structures
WLAN_MAC_FRAME_STATISTICS
WLAN_PHY_FRAME_STATISTICS
WlanQueryInterface
Native Wi-Fi Reference