WifiAdapterGetType - NtDoc

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

WIFI_ADAPTER_TYPE WifiAdapterGetType(
  NETADAPTER Adapter
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Gets the Wi-Fi adapter type.

Parameters

Adapter

[_In_] A handle to a NETADAPTER object that the client driver obtained from a previous call to NetAdapterCreate.

Return value

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

Remarks

If the client driver needs to query the adapter type from the NETADAPTER_INIT object before the adapter is created, call WifiAdapterInitGetType instead.

For a code example that uses WifiAdapterGetType during adapter creation, see Event callback for adapter creation.

See also

WifiAdapterInitGetType

WIFI_ADAPTER_TYPE