// wificx.h
void WIFI_BAND_CAPABILITIES_INIT(
WIFI_BAND_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
The WIFI_BAND_CAPABILITIES_INIT function initializes a WIFI_BAND_CAPABILITIES structure.
Capabilities[_Out_] A pointer to a client driver-allocated WIFI_BAND_CAPABILITIES structure.
This function zeroes out the memory of the WIFI_BAND_CAPABILITIES structure, then fills in the Size member. Client drivers must then call WifiDeviceSetBandCapabilities to report band capabilities to WiFiCx.