DOT11_PRIVACY_EXEMPTION_LIST (Compact 2013)
3/26/2014
This structure is used by the OID_DOT11_PRIVACY_EXEMPTION_LIST object identifier (OID) to request that the miniport driver set its Extensible Station (ExtSTA) msDot11PrivacyExemptionList management information base (MIB) object to the specified data.
Syntax
typedef struct DOT11_PRIVACY_EXEMPTION_LIST
{
NDIS_OBJECT_HEADER Header;
ULONG uNumOfEntries;
ULONG uTotalNumOfEntries;
DOT11_PRIVACY_EXEMPTION PrivacyExemptionEntries[1];
} DOT11_PRIVACY_EXEMPTION_LIST, *PDOT11_PRIVACY_EXEMPTION_LIST;
Members
Header
The type, revision, and size of the DOT11_PRIVACY_EXEMPTION_LIST 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_PRIVACY_EXEMPTION_LIST_REVISION_1
Size
This member must be set to sizeof(DOT11_PRIVACY_EXEMPTION_LIST)
- uNumOfEntries
Number of entries in the PrivacyExemptionEntries array. A zero value for this member indicates an empty privacy exemption list.
- uTotalNumOfEntries
Maximum number of entries that the PrivacyExemptionEntries array can contain
- PrivacyExemptionEntries
The list of exempted EtherTypes. Each entry in the list is formatted as a DOT11_PRIVACY_EXEMPTION structure
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
OID_DOT11_PRIVACY_EXEMPTION_LIST
NDIS_OBJECT_HEADER
DOT11_PRIVACY_EXEMPTION
Native 802.11 Wireless LAN Reference