TwclWiFiIsolationState Enumeration

Defines the set of possible isolation state values of a machine. The isolation state of a machine determines its network connectivity.

Namespace: wclWiFi
type
 TwclWiFiIsolationState = (
 isUnknonw,
 isNotRestricted,
 isInProbation,
 isRestrictedAccess,
 isInvalid
 );

The TwclWiFiIsolationState type exposes the following members.

Show:
 NameDescription
isInProbation

The client has probationary access to the network for a limited amount of time during which time they must fix their system.

isInvalid

The isolation state is invalid or unspecified.

isNotRestricted

The client has unrestricted full access to the network.

isRestrictedAccess

The client has restricted access to the network; the client is allowed access to some servers only from which they can obtain necessary information and patches to update themselves to become healthy.

isUnknonw

The client's access to the network is unknown.

Top