NDIS_802_11_PRIVACY_FILTER

This enumerated data type defines the privacy filter mode for an 802.11 NIC.

typedef enum _NDIS_802_11_PRIVACY_FILTER {
  Ndis802_11PrivFilterAcceptAll,
  Ndis802_11PrivFilter8021xWEP,
} NDIS_802_11_PRIVACY_FILTER, *PNDIS_802_11_PRIVACY_FILTER;

Elements

  • Ndis802_11PrivFilterAcceptAll
    Specifies an open mode. In this mode, the NIC accepts any packet if the packet is not encrypted or if the NIC successfully decrypts it.
  • Ndis802_11PrivFilter8021xWEP
    Specifies a filtering mode. In the 802.1X filtering mode, 802.1X packets are accepted even if they are not encrypted. However, the NIC accepts nothing else unless it is encrypted using WEP.

Remarks

OID_802_11_PRIVACY_FILTER uses this enumerated type to define a NIC privacy filter. When set, the object identifier requests the miniport driver to set the filter at a specified value. When queried, the object identifier requests the driver to return the current privacy filter setting.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.

See Also

OID_802_11_PRIVACY_FILTER

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.