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