Share via


INTF_80211_CAPABILITY (Windows Embedded CE 6.0)

1/6/2010

This structure contains information about the capabilities of the Wi-Fi network driver.

Syntax

typedef struct {
    DWORD dwNumOfPMKIDs;
    DWORD dwNumOfAuthEncryptPairs;
    NDIS_802_11_AUTHENTICATION_ENCRYPTION AuthEncryptPair[1];
} INTF_80211_CAPABILITY, *PINTF_80211_CAPABILITY;

Members

  • dwNumOfPMKIDs
    Number of pairwise master key (PMK) IDs that the Wi-Fi network driver can support.
  • dwNumOfAuthEncryptPairs
    Count of NDIS_802_11_AUTHENTICATION_ENCRYPTION structures in AuthEncryptPair.
  • AuthEncryptPair
    NDIS_802_11_AUTHENTICATION_ENCRYPTION structure that indicates the kind of authentication mode supported and the kind of encryption status supported. This structure is defined by the Wi-Fi network driver.

Requirements

Header wzcsapi.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Automatic Configuration Structures
INTF_ENTRY_EX