WifiAdapterInitialize function (wificx.h)

The WifiAdapterInitialize function initializes a newly created NETADAPTER object for WiFiCx.

Syntax

NTSTATUS WifiAdapterInitialize(
  NETADAPTER Adapter
);

Parameters

Adapter

[In] A handle to a NetAdapterCx NETADAPTER object obtained in a previous call to NetAdapterCreate.

Return value

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

This function might return failure in low resource situations.

Remarks

The client driver must call this function from within EvtWifiDeviceCreateAdapter.

For more information, see Writing a WiFiCx client driver.

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header wificx.h

See also

NetAdapterCreate

EvtWifiDeviceCreateAdapter

Writing a WiFiCx client driver