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
Call WIFI_BAND_CAPABILITIES_INIT to initialize this structure and fill in its Size field. Then call WifiDeviceSetBandCapabilities to report band capabilities to WiFiCx.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wificx.h |