Skip to content

Latest commit

 

History

History
103 lines (73 loc) · 3.22 KB

ns-wlanapi-wlan_statistics.md

File metadata and controls

103 lines (73 loc) · 3.22 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wlanapi.WLAN_STATISTICS
WLAN_STATISTICS (wlanapi.h)
Assorted statistics about an interface.
*PWLAN_STATISTICS
PWLAN_STATISTICS
PWLAN_STATISTICS structure pointer [NativeWIFI]
WLAN_STATISTICS
WLAN_STATISTICS structure [NativeWIFI]
nwifi.wlan_statistics
wlanapi/PWLAN_STATISTICS
wlanapi/WLAN_STATISTICS
nwifi\wlan_statistics.htm
nwifi
d66d89f1-bb12-4c2e-8c7a-a4eba008955d
12/05/2018
*PWLAN_STATISTICS, PWLAN_STATISTICS, PWLAN_STATISTICS structure pointer [NativeWIFI], WLAN_STATISTICS, WLAN_STATISTICS structure [NativeWIFI], nwifi.wlan_statistics, wlanapi/PWLAN_STATISTICS, wlanapi/WLAN_STATISTICS
wlanapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
WLAN_STATISTICS, *PWLAN_STATISTICS
19H1
WLAN_STATISTICS
wlanapi/WLAN_STATISTICS
PWLAN_STATISTICS
wlanapi/PWLAN_STATISTICS
c++
APIRef
kbSyntax
HeaderDef
wlanapi.h
WLAN_STATISTICS

WLAN_STATISTICS structure

-description

The WLAN_STATISTICS structure contains assorted statistics about an interface.

-struct-fields

-field 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.

-field 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.

-field ullReserved

Reserved for use by Microsoft.

-field MacUcastCounters

A WLAN_MAC_FRAME_STATISTICS structure that contains MAC layer counters for unicast packets directed to the receiver of the NIC.

-field MacMcastCounters

A WLAN_MAC_FRAME_STATISTICS structure that contains MAC layer counters for multicast packets directed to the current multicast address.

-field dwNumberOfPhys

Contains the number of WLAN_PHY_FRAME_STATISTICS structures in the PhyCounters member.

-field PhyCounters.unique

-field PhyCounters.size_is

-field PhyCounters.size_is.dwNumberOfPhys

-field PhyCounters

An array of WLAN_PHY_FRAME_STATISTICS structures that contain PHY layer counters.

-see-also

WLAN_MAC_FRAME_STATISTICS

WLAN_PHY_FRAME_STATISTICS

WlanQueryInterface