WIFI_ADAPTER_TYPE - NtDoc

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

typedef enum _WIFI_ADAPTER_TYPE {
  WIFI_ADAPTER_EXTENSIBLE_STATION,
  WIFI_ADAPTER_WIFI_DIRECT_ROLE,
  WIFI_ADAPTER_SECONDARY_STATION
} WIFI_ADAPTER_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wificx-wifi_adapter_type)

Description

The WIFI_ADAPTER_TYPE enumeration specifies the Wi-Fi adapter type.

Constants

WIFI_ADAPTER_EXTENSIBLE_STATION

Extensible station.

WIFI_ADAPTER_WIFI_DIRECT_ROLE

Wi-Fi Direct Role.

WIFI_ADAPTER_SECONDARY_STATION

Secondary station.

Remarks

See also

WifiAdapterGetType

WifiAdapterInitGetType