TwclWiFiEapMethodType Record

The structure contains type, identification, and author information about an EAP method.

Namespace: wclWiFi
type
 TwclWiFiEapMethodType = record
 end;

The TwclWiFiEapMethodType type exposes the following members.

Show:
 NameDescription
AuthorId

The numeric ID for the author of the EAP method.

EapType

Contains the ID for the EAP method as well as specific vendor information.

Top