TwclWiFiOperationMode Enumeration

The interface operation modes.

Namespace: wclWiFi
type
 TwclWiFiOperationMode = (
 omUnknown,
 omStation,
 omAccessPoint,
 omExtensibleStation,
 omExtensibleAccessPoint,
 omWiFiDirectDevice,
 omWiFiDirectGroupOwner,
 omWiFiDirectClient,
 omManufacturing,
 omNetworkMonitor
 );

The TwclWiFiOperationMode type exposes the following members.

Show:
 NameDescription
omAccessPoint

Specifies the Access Point (AP) operation mode.

omExtensibleAccessPoint

Specifies the Extensible Access Point (ExtAP) operation mode.

omExtensibleStation

Specifies the Extensible Station (ExtSTA) operation mode.

omManufacturing

Specifies the manufacturing operation mode.

omNetworkMonitor

Specifies the Network Monitor (NetMon) operation mode.

omStation

Specifies the Station (STA) operation mode.

omUnknown

The operation mode is unknown or unsupported.

omWiFiDirectClient

Specifies the WiFi Direct Client operation mode.

omWiFiDirectDevice

Specifies the WiFi Direct Device operation mode.

omWiFiDirectGroupOwner

Specifies the WiFi Direct Group Owner operation mode.

Top