NDIS_802_11_PRIVACY_FILTER (Windows Embedded CE 6.0)
1/6/2010
This enumerated data type defines the privacy filter mode for an 802.11 NIC.
Syntax
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
Header | ntddndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |