TwclWiFiConnectionFlag Enumeration

The flags that provide additional information for the network connection.

Namespace: wclWiFi
type
 TwclWiFiConnectionFlag = (
 cfAdHocNetworkFormed,
 cfConsoleUserProfile
 );

The TwclWiFiConnectionFlag type exposes the following members.

Show:
 NameDescription
cfAdHocNetworkFormed

Indicates that an adhoc network is formed.

cfConsoleUserProfile

Indicates that the connection uses a per-user profile owned by the console user. Non-console users will not be able to see the profile in their profile list.

Top