Share via


DOT11_PMKID_CANDIDATE_LIST_PARAMETERS (Compact 2013)

3/26/2014

This structure is used by the NDIS_STATUS_DOT11_PMKID_CANDIDATE_LIST indication to request pairwise master key identifiers (PMKIDs) for basic service set (BSS) identifiers (BSSIDs).

Syntax

typedef struct DOT11_PMKID_CANDIDATE_LIST_PARAMETERS {
  NDIS_OBJECT_HEADER  Header;
  ULONG  uCandidateListSize;
  ULONG  uCandidateListOffset;
} DOT11_PMKID_CANDIDATE_LIST_PARAMETERS, *PDOT11_PMKID_CANDIDATE_LIST_PARAMETERS;

Members

  • Header
    The type, revision, and size of the DOT11_PMKID_CANDIDATE_LIST_PARAMETERS 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

    DOT11_PMKID_CANDIDATE_LIST_PARAMETERS_REVISION_1

    Size

    This member must be set to sizeof(DOT11_PMKID_CANDIDATE_LIST_PARAMETERS)

  • uCandidateListSize
    The size, in bytes, of the list of BSSID candidates for PMKIDs

Remarks

Each entry in the BSSID candidate list is formatted as a DOT11_BSSID_CANDIDATE structure:

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
NDIS_STATUS_DOT11_PMKID_CANDIDATE_LIST
NDIS_OBJECT_HEADER
DOT11_PMKID_CANDIDATE_LIST_PARAMETERS
DOT11_BSSID_CANDIDATE
Native 802.11 Wireless LAN Reference