TwclWiFiAuthCipherPair Record

Defines a pair of 802.11 authentication and cipher algorithms that can be enabled at the same time on the 802.11 station.

Namespace: wclWiFi
type
 TwclWiFiAuthCipherPair = record
 end;

The TwclWiFiAuthCipherPair type exposes the following members.

Show:
 NameDescription
AuthAlgorithm

An authentication algorithm as specified by a TwclWiFiAuthAlgorithm value.

CipherAlgorithm

A cipher algorithm as specified by a TwclWiFiCipherAlgorithm value.

Top