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