// wificx.h
WIFI_ADAPTER_TYPE WifiAdapterInitGetType(
NETADAPTER_INIT *AdapterInit
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
AdapterInit[_In_] A pointer to a caller-provided NETADAPTER_INIT object.
Returns a WIFI_ADAPTER_TYPE object that defines the Wi-Fi adapter type.