CIM_WiFiEndpoint 类

表示无线通信终结点,当其关联的接口设备与 IEEE 802.11 无线 LAN 连接时,该终结点可以发送和接收数据帧。

语法

[Abstract, Version("2.22.0"), UMLPackagePath("CIM::Network::Wireless"), AMENDMENT]
class CIM_WiFiEndpoint : CIM_LANEndpoint
{
  string  LANID;
  uint16  ProtocolIFType = 71;
  uint16  EncryptionMethod;
  string  OtherEncryptionMethod;
  uint16  AuthenticationMethod;
  string  OtherAuthenticationMethod;
  uint16  IEEE8021xAuthenticationProtocol;
  string  AccessPointAddress;
  uint16  BSSType;
  boolean Associated;
};

成员

CIM_WiFiEndpoint 类具有以下类型的成员:

属性

CIM_WiFiEndpoint 类具有以下属性。

AccessPointAddress

数据类型: 字符串

访问类型:只读

与 Wi-Fi 终结点关联的接入点的 MAC 地址;否则为 NULL

关联

数据类型: 布尔值

访问类型:只读

如果 WiFi 终结点当前与接入点或客户端工作站关联,则为 true;否则为 false

AuthenticationMethod

数据类型: uint16

访问类型:只读

限定符: MappingStrings (“IEEE 802.11-2007 |8“) , ModelCorrespondence (”CIM_WiFiEndpointEncryptionMethod“、”CIM_WiFiEndpoint”。IEEE8021xAuthenticationProtocol“、”CIM_WiFiEndpoint.OtherAuthenticationMethod“)

Wi-Fi终结点与网络之间使用的身份验证类型。

未知 (0)

其他 (1)

打开系统 (2)

共享密钥 (3)

WPA PSK (4)

WPA IEEE 802.1x (5)

WPA2 PSK (6)

WPA2 IEEE 802.1x (7)

CCKM IEEE 802.1x (8)

DMTF 保留 (9..)

BSSType

数据类型: uint16

访问类型:只读

限定符: MappingStrings (“IEEE 802.11-2007 |3.16“)

基本服务集 (BSS) 对应于 实例的网络类型。 BSS 是由单个协调函数控制的一组工作站。

未知 (0)

独立 (2)

基础结构 (3)

DMTF 保留 (4..)

EncryptionMethod

数据类型: uint16

访问类型:只读

限定符: MappingStrings (“IEEE 802.11-2007 |8“) , ModelCorrespondence (”CIM_WiFiEndpointAuthenticationMethod“、”CIM_WiFiEndpoint”。OtherEncryptionMethod“)

通过 Wi-Fi 终结点发送和接收数据时使用的加密类型。

未知 (0)

其他 (1)

WEP (2)

TKIP (3)

CCMP (4)

(5)

DMTF 保留 (6..)

IEEE8021xAuthenticationProtocol

数据类型: uint16

访问类型:只读

限定符: MappingStrings (“RFC4017”。IETF“、”RFC2716。IETF“、”draft-ietf-pppext-eap-ttls”。IETF“,”draft-kamath-pppext-peapv0.IETF“、”draft-josefsson-pppext-eap-tls-eap“、”RFC4851.IETF“、”RFC3748。IETF“、”RFC4764.IETF“、”RFC4186。IETF“、”RFC4187。IETF“) , ModelCorrespondence (”CIM_WiFiEndpointAuthenticationMethod“)

AuthenticationMethod 包含“7”Wi-Fi (WPA IEEE 802.1x) 或“8” (CCKM IEEE 802.1x) 时,EAP (可扩展身份验证协议) 类型。

EAP-TLS (0)

EAP-TTLS/MSCHAPv2 (1)

PEAPv0/EAP-MSCHAPv2 (2)

PEAPv1/EAP-GTC (3)

EAP-FAST/MSCHAPv2 (4)

EAP-FAST/GTC (5)

EAP-MD5 (6)

EAP-PSK (7)

EAP-SIM (8)

EAP-AKA (9)

EAP-FAST/TLS (10)

DMTF 保留 (11..)

LANID

数据类型: 字符串

访问类型:只读

限定符: 替代 (“LANID”) , MappingStrings (“IEEE 802.11-2007 |7.3.2.1“)

与Wi-Fi终结点关联的无线 LAN 的服务集标识符 (SSID) ;否则为 NULL

OtherAuthenticationMethod

数据类型: 字符串

访问类型:只读

限定符: ModelCorrespondence (“CIM_WiFiEndpointAuthenticationMethod“)

当 AuthenticationMethod 包含“1” (其他) 时,Wi-Fi终结点与网络之间使用的身份验证类型。

OtherEncryptionMethod

数据类型: 字符串

访问类型:只读

限定符: ModelCorrespondence (“CIM_WiFiEndpointEncryptionMethod“)

描述 当 EncryptionMethod 包含“1” (其他) 时Wi-Fi终结点的加密类型。

ProtocolIFType

数据类型: uint16

访问类型:只读

限定符: 重写 (“ProtocolIFType”)

此实例的类别或分类。 可能的值仅限于 DMTF 和 IANA ifType MIB 中的Wi-Fi和保留值。

如果 ProtocolIFType 设置为“1” (其他) ,则应在 OtherTypeDescription 属性中提供类型信息。

其他 (1)

IEEE 802.11 (71)

IANA 保留 (225..4095)

DMTF 保留 (4301..32767)

供应商预留 (32768..)

要求

要求
最低受支持的客户端
Windows 8
最低受支持的服务器
Windows Server 2012
命名空间
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

另请参阅

CIM_LANEndpoint