TwclWiFiAvailableNetworkFilter Enumeration

The flags that control the type of networks returned in the list by the EnumAvailableNetworks method of the TwclWiFiClient component.

Namespace: wclWiFi
type
 TwclWiFiAvailableNetworkFilter = (
 ffIncludeAllAdhocProfiles,
 ffIncludeAllManualHiddenProfiles
 );

The TwclWiFiAvailableNetworkFilter type exposes the following members.

Show:
 NameDescription
ffIncludeAllAdhocProfiles

Include all ad hoc network profiles in the available network list, including profiles that are not visible.

ffIncludeAllManualHiddenProfiles

Include all hidden network profiles in the available network list, including profiles that are not visible.

Top