TwclWiFiBssType Enumeration

Defines a basic service set (BSS) network type..

Namespace: wclWiFi
type
 TwclWiFiBssType = (
 bssInfrastructure,
 bssIndependent,
 bssAny
 );

The TwclWiFiBssType type exposes the following members.

Show:
 NameDescription
bssAny

Specifies either infrastructure or IBSS network.

bssIndependent

Specifies an independent BSS (IBSS) network.

bssInfrastructure

Specifies an infrastructure BSS network.

Top