WIFI_DEVICE_CAPABILITIES_INIT function (wificx.h)
The WIFI_DEVICE_CAPABILITIES_INIT function initializes a WIFI_DEVICE_CAPABILITIES structure.
void WIFI_DEVICE_CAPABILITIES_INIT(
WIFI_DEVICE_CAPABILITIES *Capabilities
);
Capabilities
[Out] A pointer to a client driver-allocated WIFI_DEVICE_CAPABILITIES structure.
None
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.
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 |
Header | wificx.h |