DOT11_ADAPTER (Compact 2013)

3/26/2014

This structure identifies a wireless LAN (WLAN) adapter and the operating attributes of the instance of the Native 802.11 miniport driver that manages the adapter.

Syntax

typedef struct _DOT11_ADAPTER {
  GUID  gAdapterId;
  DOT11_CURRENT_OPERATION_MODE  Dot11CurrentOpMode;
} DOT11_ADAPTER, *PDOT11_ADAPTER;

Members

  • gAdapterId
    The GUID of the WLAN adapter.
  • Dot11CurrentOpMode
    The current Native 802.11 operation mode of the miniport driver instance that manages the WLAN adapter. The value of Dot11CurrentOpMode is formatted as a DOT11_CURRENT_OPERATION_MODE value.

Remarks

The operating system calls the Dot11ExtIhvInitAdapter IHV handler function when a WLAN adapter becomes available and enabled for use. The operating system defines the WLAN adapter by passing in the DOT11_ADAPTER structure through the pDot11Adapter parameter of the Dot11ExtIhvInitAdapter function.

Requirements

Header

wlclient.h

See Also

Reference

Native 802.11 Data Types
DOT11_CURRENT_OPERATION_MODE
Dot11ExtIhvInitAdapter
DOT11_ADAPTER
Native 802.11 IHV Handler Functions
Native 802.11 Wireless LAN Reference