Share via


DOT11_ASSOCIATION_INFO_LIST (Compact 2013)

3/26/2014

Used when OID_DOT11_ENUM_ASSOCIATION_INFO queries the miniport driver for a list of access point (AP) or peer stations

Syntax

typedef struct DOT11_ASSOCIATION_INFO_LIST 
{
  NDIS_OBJECT_HEADER  Header;
  ULONG uNumOfEntries;
  ULONG uTotalNumOfEntries;
  DOT11_ASSOCIATION_INFO_EX dot11AssocInfo[1];
} DOT11_ASSOCIATION_INFO_LIST, *PDOT11_ASSOCIATION_INFO_LIST;

Members

  • Header
    The type, revision, and size of the OID_DOT11_ASSOCIATION_INFO structure. This member is formatted as an NDIS_OBJECT_HEADER structure.

    The miniport driver must set the members of Header to the following values:

    Type

    This member must be set to NDIS_OBJECT_TYPE_DEFAULT

    Revision

    This member must be set to DOT11_ASSOCIATION_INFO_LIST_REVISION_1

    Size

    This member must be set to sizeof(DOT11_ASSOCIATION_INFO_LIST)

  • uNumOfEntries
    Number of entries in the dot11AssocInfo array. A zero value for this member indicates an empty list.
  • uTotalNumOfEntries
    Maximum number of entries that the dot11AssocInfo array can contain
  • dot11AssocInfo
    The association information list

The data type for the entries in the dot11AssocInfo array is the DOT11_ASSOCIATION_INFO_EX structure.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
OID_DOT11_ENUM_ASSOCIATION_INFO
NDIS_OBJECT_HEADER
DOT11_ASSOCIATION_INFO_EX
Native 802.11 Wireless LAN Reference