Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 2.06 KB

nf-wificx-wifidevicesetdevicecapabilities.md

File metadata and controls

71 lines (56 loc) · 2.06 KB
UID tech.root title ms.date ms.topic targetos description req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:wificx.WifiDeviceSetDeviceCapabilities
netvista
WifiDeviceSetDeviceCapabilities (wificx.h)
08/26/2021
language-reference
Windows
The WifiDeviceSetDeviceCapabilities function sets the device capabilities for a WiFiCx device.
function
wificx.h
PASSIVE_LEVEL
Windows 11
Windows Server 2022
apiref
HeaderDef
wificx.h
WifiDeviceSetDeviceCapabilities
WifiDeviceSetDeviceCapabilities
wificx/WifiDeviceSetDeviceCapabilities
c++

-description

The WifiDeviceSetDeviceCapabilities function sets the device capabilities for a WiFiCx device.

-parameters

-param Device

A handle to a framework device object the client driver obtained from a previous call to WdfDeviceCreate.

-param DeviceCapabilities

A pointer to a client driver-allocated and initialized WIFI_DEVICE_CAPABILITIES structure.

-returns

Returns STATUS_SUCCESS if the operation succeeds. Otherwise, this function may return an appropriate NTSTATUS error code.

-remarks

Client drivers typically call WifiDeviceSetDeviceCapabilities within EvtDevicePrepareHardware.

For more information see Default (station) adapter creation flow.

-see-also

WIFI_DEVICE_CAPABILITIES

Default (station) adapter creation flow