TwclWiFiSnifferPhy Enumeration

The PHY types used by the WiFi Sniffer.

Namespace: wclWiFi
type
 TwclWiFiSnifferPhy = (
 ph802_11a,
 ph802_11b,
 ph802_11g,
 ph802_11n,
 phUndefined
 );

The TwclWiFiSnifferPhy type exposes the following members.

Show:
 NameDescription
ph802_11a

The 802.11a standard.

ph802_11b

The 802.11b standard.

ph802_11g

The 802.11g standard.

ph802_11n

The 802.11n standard.

phUndefined

Undefined or unknonw PHY.

Top