WIFI_BAND_CAPABILITIES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wificx.h

typedef struct _WIFI_BAND_CAPABILITIES {
  ULONG          Size;
  ULONG          NumBands;
  WIFI_BAND_INFO *BandInfoList;
} WIFI_BAND_CAPABILITIES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wificx-wifi_band_capabilities)

Description

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

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

Call WIFI_BAND_CAPABILITIES_INIT to initialize this structure and fill in its Size field. Then call WifiDeviceSetBandCapabilities to report band capabilities to WiFiCx.

See also

WIFI_BAND_INFO

WIFI_BAND_CAPABILITIES_INIT

WifiDeviceSetBandCapabilities