WifiAdapterInitGetType function (wificx.h)

A WiFiCx client driver calls the WifiAdapterInitGetType function when it needs to query the adapter type from the NETADAPTER_INIT object before the adapter is created.

Syntax

WIFI_ADAPTER_TYPE WifiAdapterInitGetType(
  NETADAPTER_INIT *AdapterInit
);

Parameters

AdapterInit

[In] A pointer to a caller-provided NETADAPTER_INIT object.

Return value

Returns a WIFI_ADAPTER_TYPE object that defines the Wi-Fi adapter type.

Requirements

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

See also

WifiAdapterGetType

WIFI_ADAPTER_TYPE