CIM_WiFiPort class

Represents a wireless local area network communications device that conforms to the IEEE 802.11 series of specifications.

Syntax

[Abstract, Version("2.22.0"), UMLPackagePath("CIM::Device::Ports"), AMENDMENT]
class CIM_WiFiPort : CIM_NetworkPort
{
  uint64 Speed;
  uint64 MaxSpeed;
  uint16 PortType;
  string PermanentAddress;
  string NetworkAddresses[];
};

Members

The CIM_WiFiPort class has these types of members:

Properties

The CIM_WiFiPort class has these properties.

MaxSpeed

Data type: uint64

Access type: Read-only

Qualifiers: Override ("MaxSpeed")

The maximum supported bandwidth, in bits per second, based on the operating mode specified in the PortType property. For example, MaxSpeed is "11000000" if PortType contains "71" (802.11b).

NetworkAddresses

Data type: string array

Access type: Read-only

Qualifiers: Override ("NetworkAddresses")

An array that contains the IEEE 802 EUI-48 MAC addresses. The MAC address is formatted as twelve hexadecimal digits, with each pair representing one of the six octets of the MAC address in canonical bit order.

PermanentAddress

Data type: string

Access type: Read-only

Qualifiers: Override ("PermanentAddress")

The IEEE 802 EUI-48 MAC address of the port. The MAC address is formatted as twelve hexadecimal digits, with each pair representing one of the six octets of the MAC address in canonical bit order.

PortType

Data type: uint16

Access type: Read-only

Qualifiers: Override ("PortType")

The 802.11 operating mode that is enabled on the port.

Unknown (0)

Other (1)

802.11a (70)

802.11b (71)

802.11g (72)

802.11n (73)

DMTF Reserved (..)

Vendor Reserved (16000..)

Speed

Data type: uint64

Access type: Read-only

Qualifiers: Override ("Speed")

The data rate at which the current PPDU (PLCP (Physical Layer Convergence Protocol) Protocol Data Unit) was received, in bits per second. This value is encoded in the first 4 bits of the PLCP header in each PLCP frame.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_NetworkPort