DOT11_CURRENT_OPTIONAL_CAPABILITY (Compact 2013)
3/26/2014
This structure supports a query for the state of the optional wireless 9WLAN) capabilities that are supported by the 802.11 station.
Syntax
typedef struct _DOT11_CURRENT_OPTIONAL_CAPABILITY
{
ULONG uReserved;
BOOLEAN bDot11CFPollable;
BOOLEAN bDot11PCF;
BOOLEAN bDot11PCFMPDUTransferToPC;
BOOLEAN bStrictlyOrderedServiceClass;
} DOT11_CURRENT_OPTIONAL_CAPABILITY, *PDOT11_CURRENT_OPTIONAL_CAPABILITY;
Members
- uReserved
This member is reserved. The miniport driver must not modify the value of this membe.
- bDot11CFPollable
Specifies whether the 802.11 station can respond to an 802.11 CF-Poll frame. The miniport driver should return the value of the IEEE 802.11 dot11CFPollable management information base (MIB) object. For more information about this MIB object, see OID_DOT11_CF_POLLABLE.
- bDot11PCF
Specifies whether the 802.11 station has enabled the Point Coordination Function (PCF). For more information about PCF, refer to clauses 9.1.2 and 9.3 of the IEEE 802.11-1999 standard.
bDot11PCFMPDUTransferToPC
Specifies whether the 802.11 station has enabled delivery of received PCF MAC protocol data unit (MPDU) frames to the operating system.Note
If the miniport driver sets this member to TRUE, the miniport driver must also set the bDot11PCF member to TRUE.
- bStrictlyOrderedServiceClass
Specifies whether the 802.11 station has enabled the StrictlyOrdered service class for MSDU packet ordering. For more information about the StrictlyOrdered service class, refer to clause 6.1.3 of the IEEE 802.11-1999 standard.
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
OID_DOT11_CF_POLLABLE
OID_DOT11_CURRENT_OPTIONAL_CAPABILITY
Native 802.11 Wireless LAN Reference