Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |