WLAN_INTERFACE_TYPE enumeration (wlanapi.h)
The WLAN_INTERFACE_TYPE enumeration specifies the wireless interface type.
Syntax
typedef enum _WLAN_INTERFACE_TYPE {
wlan_interface_type_emulated_802_11 = 0,
wlan_interface_type_native_802_11,
wlan_interface_type_invalid
} WLAN_INTERFACE_TYPE, *PWLAN_INTERFACE_TYPE;
Constants
wlan_interface_type_emulated_802_11 Value: 0 Specifies an emulated 802.11 interface. |
wlan_interface_type_native_802_11 Specifies a native 802.11 interface. |
wlan_interface_type_invalid The interface specified is invalid. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP3 [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wlanapi.h |
Redistributable | Wireless LAN API for Windows XP with SP2 |