WifiAdapterInitGetType - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wificx.h

WIFI_ADAPTER_TYPE WifiAdapterInitGetType(
  NETADAPTER_INIT *AdapterInit
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificx-wifiadapterinitgettype)

Description

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.

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.

Remarks

See also

WifiAdapterGetType

WIFI_ADAPTER_TYPE