Share via


OID_DOT11_STATISTICS (Compact 2013)

3/26/2014

When queried, the OID_DOT11_STATISTICS object identifier (OID) requests that the miniport driver return the statistics for the IEEE 802.11 interface. This includes the following:

  • Statistics for the IEEE media access control (MAC) layer of the 802.11 station
  • Statistics for the IEEE PHY layer of the 802.11 station for each supported PHY

The data type for this OID is the DOT11_STATISTICS structure.

The miniport driver must unconditionally set all counters in the DOT11_STATISTICS structure to zero, including MAC-layer and PHY-layer counters, when one of the following occurs:

  • The driver’s MiniportInitializeEx function is called.
  • The driver’s MiniportRequest function is called by using a method request of the OID_DOT11_RESET_REQUEST OID, regardless of the type of reset operation specified in the set request.

When OID_DOT11_STATISTICS is queried, the miniport driver must return an entry in the PhyCounters array for each supported PHY.

The data type for the MacUcastCounters and MacMcastCounters members is the DOT11_MAC_FRAME_STATISTICS structure.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Extensible Station OIDs
DOT11_STATISTICS
MiniportInitializeEx
MiniportInitializeEx
DOT11_MAC_FRAME_STATISTICS
DOT11_PHY_FRAME_STATISTICS
Native 802.11 Wireless LAN OIDs