Share via


DOT11_OPERATION_MODE_CAPABILITY (Compact 2013)

3/26/2014

This structure defines the structure for reported Native 802l.11 operation modes.

Syntax

typedef struct _DOT11_OPERATION_MODE_CAPABILITY 
{
  ULONG  uReserved;
  ULONG  uMajorVersion;
  ULONG  uMinorVersion;
  ULONG  uNumOfTxBuffers;
  ULONG  uNumOfRxBuffers;
  ULONG  uOpModeCapability;
} DOT11_OPERATION_MODE_CAPABILITY, *PDOT11_OPERATION_MODE_CAPABILITY;

Members

  • uReserved
    This member is reserved. The miniport must not modify the value of this member.
  • uMajorVersion
    The major version of the Native 802.11 framework that the miniport driver supports
  • uMinorVersion
    The minor version of the Native 802.11 framework that the miniport driver supports
  • uNumOfTxBuffers
    Maximum number of media access control (MAC) service data unit (MSDU) packets that the 802.11 station can hold in its transmit queue. The miniport driver must support a minimum transmit queue depth of 64.

    The value of this member must not include the number of transmit buffers that the 802.11 station uses to send packets on its own, such as Beacon packets or 802.11 control packets.

  • uNumOfRxBuffers
    Maximum number of MSDU packets that the 802.11 station can buffer in its receive queue. The miniport driver must support a minimum receive queue depth of 64.
  • uOpModeCapability
    A bitmask of the miniport driver’s supported operation modes. This bitmask is defined through the following:

    DOT11_OPERATION_MODE_EXTENSIBLE_STATION

    Specifies that the miniport driver supports the Extensible Station (ExtSTA) operation mode.

    DOT11_OPERATION_MODE_NETWORK_MONITOR

    Specifies that the miniport driver supports the Network Monitor (NetMon) operation mode.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
OID_DOT11_OPERATION_MODE_CAPABILITY
Native 802.11 Wireless LAN Reference