DOT11_CURRENT_OPERATION_MODE (Compact 2013)

3/26/2014

This structure defines the current Native 802.11 operation mode on the instance of a miniport driver that manages a wireless LAN (WLAN) adapter.

Syntax

typedef struct _DOT11_CURRENT_OPERATION_MODE {
  ULONG  uReserved;
  ULONG  uCurrentOpMode;
} DOT11_CURRENT_OPERATION_MODE, *PDOT11_CURRENT_OPERATION_MODE;

Members

  • uReserved
    This member is reserved. The miniport driver must not modify the value of this member.
  • uCurrentOpMode
    A bitmask that specifies the miniport driver’s current operation mode. 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.

Remarks

The miniport driver must specify only one operation mode in the uCurrentOpMode member.

Requirements

Header

wlclient.h

See Also

Reference

Native 802.11 Data Types
DOT11_ADAPTER
OID_DOT11_CURRENT_OPERATION_MODE
Native 802.11 Wireless LAN Reference