Share via


WLAN_INTERFACE_INFO (Compact 2013)

3/26/2014

This structure contains information about the capabilities of an interface.

Syntax

typedef struct _WLAN_INTERFACE_INFO {
  GUID InterfaceGuid;
  WCHAR strInterfaceDescription[256];
  WLAN_INTERFACE_STATE isState;
} WLAN_INTERFACE_INFO,
  *PWLAN_INTERFACE_INFO;

Members

  • InterfaceGuid
    Contains the GUID of the interface
  • strInterfaceDescription
    Contains the description of the interface

See Also

Reference

Native Wi-Fi Structures
WLAN_INTERFACE_STATE
WLAN_INTERFACE_INFO_LIST
Native Wi-Fi Reference