TwclWiFiEapType Record

The structure contains type and vendor identification information for an EAP method.

Namespace: wclWiFi
type
 TwclWiFiEapType = record
 end;

The TwclWiFiEapType type exposes the following members.

Show:
 NameDescription
EapType

The numeric type code for this EAP method.

VendorId

The vendor ID for the EAP method.

VendorType

The numeric type code for the vendor of this EAP method.

Top