TwclWiFiSecurityAttributes Record

Defines the security attributes for a wireless connection.

Namespace: wclWiFi
type
 TwclWiFiSecurityAttributes = record
 end;

The TwclWiFiSecurityAttributes type exposes the following members.

Show:
 NameDescription
AuthCiperPair

Authentication and cipher algorithms used for this connection.

OneXEnabled

Indicates whether 802.1X is enabled for this connection.

SecurityEnabled

Indicates whether security is enabled for this connection.

Top