次の方法で共有


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

データ型: string

アクセスの種類: 読み取り専用

Wi-Fi エンドポイントに関連付けられているアクセス ポイントの MAC アドレス。それ以外の場合は NULL

関連付け

データ型: boolean

アクセスの種類: 読み取り専用

WiFi エンドポイントが現在アクセス ポイントまたはクライアント ステーションに関連付けられている場合は true。それ以外の場合は false

AuthenticationMethod

データ型: uint16

アクセスの種類: 読み取り専用

修飾子: MappingStrings ("IEEE 802.11-2007 |8") 、ModelCorrespondence ("CIM_WiFiEndpointEncryptionMethod", "CIM_WiFiEndpoint.IEEE8021xAuthenticationProtocol", "CIM_WiFiEndpoint.OtherAuthenticationMethod")

Wi-Fi エンドポイントとネットワークの間で使用される認証の種類。

不明 (0)

その他 (1)

Open System (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 は、1 つの調整機能によって制御されるステーションのセットです。

不明 (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" (WPA IEEE 802.1x) または "8" (CCKM IEEE 802.1x) が含まれている場合の、Wi-Fi エンドポイントの 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

データ型: string

アクセスの種類: 読み取り専用

修飾子: オーバーライド ("LANID")、 MappingStrings ("IEEE 802.11-2007 |7.3.2.1")

Wi-Fi エンドポイントに関連付けられているワイヤレス LAN のサービス セット識別子 (SSID)。それ以外の場合は NULL

OtherAuthenticationMethod

データ型: string

アクセスの種類: 読み取り専用

修飾子: ModelCorrespondence ("CIM_WiFiEndpointAuthenticationMethod")

AuthenticationMethod に "1" (その他) が含まれている場合に、Wi-Fi エンドポイントとネットワークの間で使用される認証の種類。

OtherEncryptionMethod

データ型: string

アクセスの種類: 読み取り専用

修飾子: ModelCorrespondence ("CIM_WiFiEndpointEncryptionMethod")

EncryptionMethod に "1" (その他) が含まれている場合のWi-Fi エンドポイントの暗号化の種類について説明します。

ProtocolIFType

データ型: uint16

アクセスの種類: 読み取り専用

修飾子: オーバーライド ("ProtocolIFType")

このインスタンスのカテゴリまたは分類。 指定できる値は、DMTF および IANA ifType MIB のWi-Fi値と予約値に制限されます。

ProtocolIFType が "1" (Other) に設定されている場合は、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