Windows Driver Kit: Network Devices and Protocols
Virtual WiFi in Kernel Mode

Virtual WiFi allows an 802.11 miniport driver to connect to, or host, multiple simultaneous connections on a single wireless interface. Beginning with Windows 7, an 802.11 miniport driver must support Virtual WiFi. You must compile or recompile the driver with the NTDDI_VERSION macro set to >= NTDDI_WIN7. In addition, the driver must support NDIS version 6.20.

The following reference topics describe how an 802.11 miniport driver implements Virtual WiFi in kernel mode.

Virtual WiFi OIDs

Object identifer (OID)Associated structure
OID_DOT11_CREATE_MAC DOT11_MAC_INFO
OID_DOT11_DELETE_MAC DOT11_MAC_INFO
OID_DOT11_VIRTUAL_STATION_CAPABILITY DOT11_EXTSTA_ATTRIBUTES

Structures

Structure Member

VwiFiAttributes member of the NDIS_MINIPORT_ADAPTER_NATIVE_802_11_ATTRIBUTES structure

For more details on how to implement Virtual WiFi in your 802.11 miniport driver, see the following topics:


Send feedback on this topic
Built on November 19, 2009
Page view tracker