TwclWiFiTemporaryProfileFlag Enumeration

The flags to set on the profile.

Namespace: wclWiFi
type
 TwclWiFiTemporaryProfileFlag = (
 tpfUser,
 tpfConnectionModeSetByClient,
 tpfConnectionModeAuto
 );

The TwclWiFiTemporaryProfileFlag type exposes the following members.

Show:
 NameDescription
tpfConnectionModeAuto

The profile was created by the automatic configuration module.

tpfConnectionModeSetByClient

The profile was created by the client.

tpfUser

The profile is a per-user profile.

Top