TwclWiFiHostedNetworkPeerAuthState Enumeration

The possible values for the authentication state of a peer on the wireless Hosted Network.

Namespace: wclWiFi
type
 TwclWiFiHostedNetworkPeerAuthState = (
 asInvalid,
 asAuthenticated
 );

The TwclWiFiHostedNetworkPeerAuthState type exposes the following members.

Show:
 NameDescription
asAuthenticated

The peer is authenticated.

asInvalid

An invalid peer state.

Top