WLAN_QOS_CAPABILITIES 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 capabilities of the features outlined in the WFA Wi-Fi QoS Management Specification.

Syntax

typedef struct _WLAN_QOS_CAPABILITIES {
  BOOL bMSCSSupported;
  BOOL bDSCPToUPMappingSupported;
  BOOL bSCSSupported;
  BOOL bDSCPPolicySupported;
} WLAN_QOS_CAPABILITIES, *PWLAN_QOS_CAPABILITIES;

Members

bMSCSSupported

Type: BOOL

Represents whether Mirrored Stream Classification Service (MSCS) is supported.

bDSCPToUPMappingSupported

Type: BOOL

Represents whether Differentiated Service Code Point (DSCP) to User Priority (UP) mapping is supported.

bSCSSupported

Type: BOOL

Represents whether Stream Classification Service (SCS) is supported.

bDSCPPolicySupported

Type: BOOL

Represents whether DSCP Policies are supported.

Requirements

Requirement Value
Header wlanapi.h