WLAN_CONNECTION_QOS_INFO structure (wlanapi.h)
Important
Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about the QoS features outlined by the WFA Wi-Fi QoS Management Specification pertaining to the current connection.
Syntax
typedef struct _WLAN_CONNECTION_QOS_INFO {
WLAN_QOS_CAPABILITIES peerCapabilities;
BOOL bMSCSConfigured;
BOOL bDSCPToUPMappingConfigured;
ULONG ulNumConfiguredSCSStreams;
ULONG ulNumConfiguredDSCPPolicies;
} WLAN_CONNECTION_QOS_INFO, *PWLAN_CONNECTION_QOS_INFO;
Members
peerCapabilities
Type: WLAN_QOS_CAPABILITIES
The QoS capabilities of the current peer.
bMSCSConfigured
Type: BOOL
Represents whether Mirrored Stream Classification Service (MSCS) is enabled on the current connection.
bDSCPToUPMappingConfigured
Type: BOOL
Represents whether Differentiated Service Code Point (DSCP) to User Priority (UP) mapping is enabled on the current connection.
ulNumConfiguredSCSStreams
Type: ULONG
Represents the number of Stream Classification Service (SCS) streams configured on the current connection.
ulNumConfiguredDSCPPolicies
Type: ULONG
Represents the number of DSCP Policies configured on the current connection.
Requirements
Requirement | Value |
---|---|
Header | wlanapi.h |