TwclWiFiInterfaceState Enumeration

Indicates the state of an interface.

Namespace: wclWiFi
type
 TwclWiFiInterfaceState = (
 isNotReady,
 isConnected,
 isAdHocFormed,
 isDisconnecting,
 isDisconnected,
 isAssociating,
 isDiscovering,
 isAuthenticating
 );

The TwclWiFiInterfaceState type exposes the following members.

Show:
 NameDescription
isAdHocFormed

The interface is the first node in an ad hoc network. No peer has connected.

isAssociating

The interface is attempting to associate with a network.

isAuthenticating

The interface is in the process of authenticating.

isConnected

The interface is connected to a network.

isDisconnected

The interface is not connected to any network.

isDisconnecting

The interface is disconnecting from the current network.

isDiscovering

Auto configuration is discovering the settings for the network.

isNotReady

The interface is not ready to operate.

Top