WLAN_INTERFACE_INFO structure (wlanapi.h)
The WLAN_INTERFACE_INFO structure contains information about a wireless LAN interface.
Syntax
typedef struct _WLAN_INTERFACE_INFO {
GUID InterfaceGuid;
WCHAR strInterfaceDescription[WLAN_MAX_NAME_LENGTH];
WLAN_INTERFACE_STATE isState;
} WLAN_INTERFACE_INFO, *PWLAN_INTERFACE_INFO;
Members
InterfaceGuid
Contains the GUID of the interface.
strInterfaceDescription[WLAN_MAX_NAME_LENGTH]
Contains the description of the interface.
isState
Contains a WLAN_INTERFACE_STATE value that indicates the current state of the interface.
Windows XP with SP3 and Wireless LAN API for Windows XP with SP2: Only the wlan_interface_state_connected, wlan_interface_state_disconnected, and wlan_interface_state_authenticating values are supported.
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 |