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