TwclWiFiInterfaceCapability Record

Contains information about the capabilities of the WLAN interface.

Namespace: wclWiFi
type
 TwclWiFiInterfaceCapability = record
 end;

The TwclWiFiInterfaceCapability type exposes the following members.

Show:
 NameDescription
Dot11dSupport

Indicates whether 802.11d is supported by the interface. If True, 802.11d is supported.

IfaceType

Indicates the type of the interface.

MaxDesiredBssidListSize

The maximum size of the basic service set (BSS) identifier list supported by this interface.

MaxDesiredSsidListSize

The maximum size of the SSID list supported by this interface.

SupportedPhys

A set of TwclWiFiPhy values that specify the supported PHY types.

Top