Share via


DOT11_NIC_SPECIFIC_EXTENSION (Compact 2013)

3/26/2014

This structure is used to define proprietary method requests for a miniport driver.

Syntax

typedef struct _DOT11_NIC_SPECIFIC_EXTENSION 
{
  ULONG  uBufferLength;
  UCHAR  ucBuffer[1];
} DOT11_NIC_SPECIFIC_EXTENSION,*PDOT11_NIC_SPECIFIC_EXTENSION;

Members

  • uBufferLength
    Length of the ucBuffer member in bytes
  • ucBuffer
    Buffer that contains data that is specific to the IHV-defined set or query request

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
OID_DOT11_NIC_SPECIFIC_EXTENSION
Native 802.11 Wireless LAN Reference