WIFI_BAND_CAPABILITIES structure (wificx.h)

The WIFI_BAND_CAPABILITIES structure describes the band capabilities for a WiFiCx device.

Syntax

typedef struct _WIFI_BAND_CAPABILITIES {
  ULONG          Size;
  ULONG          NumBands;
  WIFI_BAND_INFO *BandInfoList;
} WIFI_BAND_CAPABILITIES;

Members

Size

The sum (in bytes) of the sizes of all contained elements.

NumBands

The number of bands supported.

BandInfoList

A pointer to a list of WIFI_BAND_INFO structures.

Remarks

Client drivers pass WIFI_BAND_CAPABILITIES as a parameter to WifiDeviceSetBandCapabilities to report band capabilities to WiFiCx.

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header wificx.h

See also

WIFI_BAND_INFO

WifiDeviceSetBandCapabilities