Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WifiAdapterSetWakeCapabilities method sets the wake capabilities for a WiFiCx device.
Syntax
void WifiAdapterSetWakeCapabilities(
NETADAPTER Adapter,
const WIFI_ADAPTER_WAKE_CAPABILITIES *Capabilities
);
Parameters
Adapter
[In] A handle to a NETADAPTER object that the client driver obtained from a previous call to NetAdapterCreate.
Capabilities
[In] A pointer to a driver-allocated and initialized WIFI_ADAPTER_WAKE_CAPABILITIES structure.
Return value
None
Remarks
The client driver typically calls this function from within EVT_DEVICE_PREPARE_HARDWARE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wificx.h |
IRQL | PASSIVE_LEVEL |