DOT11_PMKID_ENTRY (Compact 2013)

3/26/2014

This structure defines the elements of the PMKIDs array of the DOT11_PMKID_LIST structure.

Syntax

typedef struct DOT11_PMKID_ENTRY
{
  DOT11_MAC_ADDRESS  BSSID;
  DOT11_PMKID_VALUE  PMKID;
..ULONG  uFlags;
} DOT11_PMKID_ENTRY, *PDOT11_PMKID_ENTRY;

Members

  • BSSID
    The BSSID of the target access point (AP) with which the 802.11 station associates. For more information about the data type of this member, see DOT11_MAC_ADDRESS.
  • PMKID
    The PMKID value. For more information about the data type of this member, see DOT11_PMKID_VALUE.

    The 802.11 station uses this value in the RSN information element (IE) of the 802.11 Association or Reassociation Request frames when it connects to the target BSSID.

    Note

    When OID_DOT11_PMKID_LIST is set, the entries in the PMKIDs array might differ from the entries in the list of PMKID candidates that the miniport driver specified when it made a previous NDIS_STATUS_DOT11_PMKID_CANDIDATE_LIST indication.

  • uFlags
    This member is reserved and must be set to zero.

Requirements

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
DOT11_PMKID_LIST
DOT11_PMKID_VALUE
OID_DOT11_PMKID_LIST
NDIS_STATUS_DOT11_PMKID_CANDIDATE_LIST
Native 802.11 Wireless LAN Reference

Other Resources

DOT11_MAC_ADDRESS