TwclWiFiPhy Enumeration

Defines an 802.11 PHY and media type.

Namespace: wclWiFi
type
 TwclWiFiPhy = (
 phyAny,
 phyFhss,
 phyDsss,
 phyIr,
 phyOfdm,
 phyHrDsss,
 phyErp,
 phyHt,
 phyVht,
 phyUnknown
 );

The TwclWiFiPhy type exposes the following members.

Show:
 NameDescription
phyAny

Any PHY type.

phyDsss

A direct sequence spread spectrum (DSSS) PHY type.

phyErp

An extended rate PHY type (ERP). 802.11g devices can use ERP.

phyFhss

A frequency-hopping spread-spectrum (FHSS) PHY. Bluetooth devices can use FHSS or an adaptation of FHSS.

phyHrDsss

A high-rate DSSS (HRDSSS) PHY type.

phyHt

The 802.11n PHY type.

phyIr

An infrared (IR) baseband PHY type.

phyOfdm

An orthogonal frequency division multiplexing (OFDM) PHY type. 802.11a devices can use OFDM.

phyUnknown

An unknown or uninitialized PHY type.

phyVht

The 802.11ac PHY type. This is the very high throughput PHY type specified in IEEE 802.11ac.

Top