// wificx.h
WIFI_ADAPTER_TYPE WifiAdapterGetType(
NETADAPTER Adapter
);
View the official Windows Driver Kit DDI referenceNo description available.
Gets the Wi-Fi adapter type.
Adapter[_In_] A handle to a NETADAPTER object that the client driver obtained from a previous call to NetAdapterCreate.
Returns a WIFI_ADAPTER_TYPE object that defines the Wi-Fi adapter type.
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.