Поделиться через


WLAN_INTERFACE_CAPABILITY (Compact 2013)

3/26/2014

This structure contains information about the capabilities of an interface.

Syntax

typedef struct _WLAN_INTERFACE_CAPABILITY {
  WLAN_INTERFACE_TYPE interfaceType;
  BOOL bDot11DSupported;
  DWORD dwMaxDesiredSsidListSize;
  DWORD dwMaxDesiredBssidListSize;
  DWORD dwNumberOfSupportedPhys;
  DOT11_PHY_TYPE dot11PhyTypes[WLAN_MAX_PHY_INDEX];
} WLAN_INTERFACE_CAPABILITY,
  *PWLAN_INTERFACE_CAPABILITY;

Members

  • bDot11DSupported
    Indicates whether 802.11d is supported by the interface. If TRUE, 802.11d is supported
  • dwMaxDesiredSsidListSize
    The maximum size of the SSID list supported by this interface
  • dwMaxDesiredBssidListSize
    The maximum size of the basic service set (BSS) identifier list supported by this interface
  • dwNumberOfSupportedPhys
    Contains the number of supported PHY types
  • dot11PhyTypes
    An array of DOT11_PHY_TYPE values that specify the supported PHY types. WLAN_MAX_PHY_INDEX is set to 64.

See Also

Reference

Native Wi-Fi Structures
WLAN_INTERFACE_TYPE
WlanGetInterfaceCapability
Native Wi-Fi Reference