CIM_WiFiEndpoint, ROOT\virtualization\v2

Class | Childs (1) | Methods (1) | Properties (43) | Qualifiers (5) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

A wireless communication endpoint which, when its associated interface device is associated with an IEEE 802.11 wireless LAN, may send and receive data frames.

CIM_WiFiEndpoint - child subclasses in ROOT\virtualization\v2

Number of classes:1
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
Msvm_WiFiEndpoint0441----

CIM_WiFiEndpoint methods

CIM_WiFiEndpoint has 1 methods (1 Derived)

NameOriginReturn
RequestStateChangeCIM_EnabledLogicalElementuint32 {'out':True}

CIM_WiFiEndpoint properties

CIM_WiFiEndpoint has 43 properties (8 Local, 35 Derived)

NameOriginCIMType
AccessPointAddressCIM_WiFiEndpoint8 [string]
AliasAddressesCIM_LANEndpoint8 [string]
AssociatedCIM_WiFiEndpoint11 [boolean]
AuthenticationMethodCIM_WiFiEndpoint18 [uint16]
AvailableRequestedStatesCIM_EnabledLogicalElement18 [uint16]
BSSTypeCIM_WiFiEndpoint18 [uint16]
CaptionCIM_ManagedElement8 [string]
CommunicationStatusCIM_ManagedSystemElement18 [uint16]
key
CreationClassName
CIM_ServiceAccessPoint8 [string]
DescriptionCIM_ManagedElement8 [string]
DetailedStatusCIM_ManagedSystemElement18 [uint16]
ElementNameCIM_ManagedElement8 [string]
EnabledDefaultCIM_EnabledLogicalElement18 [uint16]
EnabledStateCIM_EnabledLogicalElement18 [uint16]
EncryptionMethodCIM_WiFiEndpoint18 [uint16]
GroupAddressesCIM_LANEndpoint8 [string]
HealthStateCIM_ManagedSystemElement18 [uint16]
IEEE8021xAuthenticationProtocolCIM_WiFiEndpoint18 [uint16]
InstallDateCIM_ManagedSystemElement101 [datetime]
InstanceIDCIM_ManagedElement8 [string]
LANIDCIM_LANEndpoint8 [string]
LANTypeCIM_LANEndpoint18 [uint16]
MACAddressCIM_LANEndpoint8 [string]
MaxDataSizeCIM_LANEndpoint19 [uint32]
key
Name
CIM_ManagedSystemElement8 [string]
NameFormatCIM_ProtocolEndpoint8 [string]
OperatingStatusCIM_ManagedSystemElement18 [uint16]
OperationalStatusCIM_ManagedSystemElement18 [uint16]
OtherAuthenticationMethodCIM_WiFiEndpoint8 [string]
OtherEnabledStateCIM_EnabledLogicalElement8 [string]
OtherEncryptionMethodCIM_WiFiEndpoint8 [string]
OtherLANTypeCIM_LANEndpoint8 [string]
OtherTypeDescriptionCIM_ProtocolEndpoint8 [string]
PrimaryStatusCIM_ManagedSystemElement18 [uint16]
ProtocolIFTypeCIM_ProtocolEndpoint18 [uint16]
ProtocolTypeCIM_ProtocolEndpoint18 [uint16]
RequestedStateCIM_EnabledLogicalElement18 [uint16]
StatusCIM_ManagedSystemElement8 [string]
StatusDescriptionsCIM_ManagedSystemElement8 [string]
key
SystemCreationClassName
CIM_ServiceAccessPoint8 [string]
key
SystemName
CIM_ServiceAccessPoint8 [string]
TimeOfLastStateChangeCIM_EnabledLogicalElement101 [datetime]
TransitioningToStateCIM_EnabledLogicalElement18 [uint16]

Detailed description of CIM_WiFiEndpoint methods

Derived methods (1) of CIM_WiFiEndpoint class

RequestStateChange method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
RequestedStateuint160-{'Description':'The state requested for the element. This information will be placed into the RequestedState property of the instance if the return code of the RequestStateChange method is 0 ('Completed with No Error'), or 4096 (0x1000) ('Job Started'). Refer to the description of the EnabledState and RequestedState properties for the detailed explanations of the RequestedState values.','ModelCorrespondence':['CIM_EnabledLogicalElement.RequestedState'],'ValueMap':['2', '3', '4', '6', '7', '8', '9', '10', '11', '..', '32768..65535'],'Values':['Enabled', 'Disabled', 'Shut Down', 'Offline', 'Test', 'Defer', 'Quiesce', 'Reboot', 'Reset', 'DMTF Reserved', 'Vendor Reserved']}
Jobref:CIM_ConcreteJob1-{'Description':'May contain a reference to the ConcreteJob created to track the state transition initiated by the method invocation.'}
TimeoutPerioddatetime2-{'Description':'A timeout period that specifies the maximum amount of time that the client expects the transition to the new state to take. The interval format must be used to specify the TimeoutPeriod. A value of 0 or a null parameter indicates that the client has no time requirements for the transition. If this property does not contain 0 or null and the implementation does not support this parameter, a return code of 'Use Of Timeout Parameter Not Supported' shall be returned.'}
RequestStateChange method is in 111 classes of ROOT\virtualization\v2 and in 15 namespaces

Detailed description of CIM_WiFiEndpoint properties

Local properties (8) of CIM_WiFiEndpoint class

AccessPointAddress property
CIMTYPE'string'
Description'AccessPointAddress shall contain the MAC address of the access point with which the WiFiEndpoint is currently associated. If the WiFiEndpoint is not currently associated, then AccessPointAddress shall be NULL.The MAC address shall be formatted as twelve hexadecimal digits (for example, "010203040506"), with each pair representing one of the six octets of the MAC address in "canonical" bit order. (Therefore, the Group address bit is found in the low order bit of the first character of the string.)'
AccessPointAddress property is in 2 classes of ROOT\virtualization\v2 and in 1 namespace
Associated property
CIMTYPE'boolean'
Description'Associated shall indicate whether or not the WiFiEndpoint is currently associated to an access point or client station.'
Associated property is in 2 classes of ROOT\virtualization\v2 and in 1 namespace
AuthenticationMethod property
CIMTYPE'uint16'
Description'AuthenticationMethod shall specify the method used to authenticate the WiFiEndpoint and the network to one another.
* Unknown (0): shall indicate that the authentication method is unknown to the server. * Other (1): shall indicate that the authentication method is known to the server but not specified in the list below. If AuthenticationMethod contains 1, OtherAuthenticationMethod shall not be NULL and shall not be empty.
* Open System (2): shall indicate that the authentication method is Open System. AuthenticationMethod shall contain 2 only if EncryptionMethod contains 2 ("WEP").
* Shared Key (3): shall indicate that the authentication method is Shared Key. AuthenticationMethod shall contain 3 only if EncryptionMethod contains 2 ("WEP").
* WPA PSK (4): shall indicate that the authentication method is WPA (Wi-Fi Protected Access) PSK (Pre-Shared Key). AuthenticationMethod shall contain 4 only if EncryptionMethod contains 3 ("TKIP") or 4 ("CCMP").
* WPA IEEE 802.1x (5): shall indicate that the authentication method is WPA (Wi-Fi Protected Access) IEEE 802.1x. AuthenticationMethod shall contain 5 only if EncryptionMethod contains 3 ("TKIP") or 4 ("CCMP").
* WPA2 PSK (6): shall indicate that the authentication method is WPA2 (Wi-Fi Protected Access Version 2) PSK (Pre-Shared Key). AuthenticationMethod shall contain 6 only if EncryptionMethod contains 3 ("TKIP") or 4 ("CCMP").
* WPA2 IEEE 802.1x (7): shall indicate that the authentication method is WPA2 (Wi-Fi Protected Access Version 2) IEEE 802.1x. AuthenticationMethod shall contain 6 only if EncryptionMethod contains 3 ("TKIP") or 4 ("CCMP").
* CCKM IEEE 802.1x (8): CCKM (Cisco Centralized Key Management with LEAP or EAP-FAST)'
MappingStrings['IEEE 802.11-2007 | 8']
ModelCorrespondence['CIM_WiFiEndpoint.EncryptionMethod', 'CIM_WiFiEndpoint.IEEE8021xAuthenticationProtocol', 'CIM_WiFiEndpoint.OtherAuthenticationMethod']
ValueMap['0', '1', '2', '3', '4', '5', '6', '7', '8', '9..']
Values['Unknown', 'Other', 'Open System', 'Shared Key', 'WPA PSK', 'WPA IEEE 802.1x', 'WPA2 PSK', 'WPA2 IEEE 802.1x', 'CCKM IEEE 802.1x', 'DMTF Reserved']
AuthenticationMethod property is in 2 classes of ROOT\virtualization\v2 and in 7 namespaces
BSSType property
CIMTYPE'uint16'
Description'BSSType shall indicate the Basic Service Set (BSS) Type of the network that corresponds to the instance. A Basic Service Set is a set of stations controlled by a single coordination function.
* Independent: the WiFiEndpoint is associated directly to another client station.
* Infrastructure: the WiFiEndpoint is associated to a network via an access point.'
MappingStrings['IEEE 802.11-2007 | 3.16']
ValueMap['0', '2', '3', '4..']
Values['Unknown', 'Independent', 'Infrastructure', 'DMTF Reserved']
BSSType property is in 2 classes of ROOT\virtualization\v2 and in 1 namespace
EncryptionMethod property
CIMTYPE'uint16'
Description'EncryptionMethod shall specify the encryption method in use to protect the confidentiality of data sent and received by the WiFiEndpoint.
* Unknown (0): shall indicate that the encryption method is unknown to the server.
* Other (1): shall indicate that the encryption method is known to the server but not defined in the list below. If EncryptionMethod contains 1, OtherEncryptionMethod shall not be NULL and shall not be empty.
* WEP (2): shall indicate that the encryption method is Wired Equivalency Privacy (WEP). The value of EncryptionMethod shall be 2 only if the value of AuthenticationMethod is 2 ("Open System") or 3 ("Shared Key").
* TKIP (3): shall indicate that the encryption method is Temporal Key Integrity Protocol (TKIP). The value of EncryptionMethod shall be 3 only if the value of AuthenticationMethod is 4 ("WPA PSK"), 5 ("WPA IEEE 802.1x"), 6 ("WPA2 PSK"), or 7 ("WPA2 IEEE 802.1x").
* CCMP (4): shall indicate that the encryption method is Counter Mode with Cipher Block Chaining Message Authentication Code Protocol (CCMP). The value of EncryptionMethod shall be 4 only if the value of AuthenticationMethod is 4 ("WPA PSK"), 5 ("WPA IEEE 802.1x"), 6 ("WPA2 PSK"), or 7 ("WPA2 IEEE 802.1x").
* None (5): shall indicate that no encryption method is in use. The value of EncryptionMethod shall be 5 only if the value of AuthenticationMethod is 2 ("Open System") or 3 ("Shared Key").'
MappingStrings['IEEE 802.11-2007 | 8']
ModelCorrespondence['CIM_WiFiEndpoint.AuthenticationMethod', 'CIM_WiFiEndpoint.OtherEncryptionMethod']
ValueMap['0', '1', '2', '3', '4', '5', '6..']
Values['Unknown', 'Other', 'WEP', 'TKIP', 'CCMP', 'None', 'DMTF Reserved']
EncryptionMethod property is in 2 classes of ROOT\virtualization\v2 and in 8 namespaces
IEEE8021xAuthenticationProtocol property
CIMTYPE'uint16'
Description'IEEE8021xAuthenticationProtocol shall contain the EAP (Extensible Authentication Protocol) type if and only if AuthenticationMethod contains "WPA IEEE 802.1x" or "WPA2 IEEE 802.1x" or "CCKM IEEE 802.1x"
. * EAP-TLS (0): shall indicate the Transport Layer Security EAP type specified in RFC 2716.
* EAP-TTLS/MSCHAPv2 (1): shall indicate the Tunneled TLS Authentication Protocol EAP type (specified in draft-ietf-pppext-eap-ttls) with Microsoft PPP CHAP Extensions, Version 2 (MSCHAPv2) as the inner authentication method.
* PEAPv0/EAP-MSCHAPv2 (2): shall indicate the Protected Extensible Authentication Protocol (PEAP) Version 0 EAP type (specified in draft-kamath-pppext-peapv0), with Microsoft PPP CHAP Extensions, Version 2 (MSCHAPv2) as the inner authentication method.
* PEAPv1/EAP-GTC (3): shall indicate the Protected Extensible Authentication Protocol (PEAP) Version 1 EAP type (specified in draft-josefsson-pppext-eap-tls-eap), with Generic Token Card (GTC) as the inner authentication method.
* EAP-FAST/MSCHAPv2 (4): shall indicate the Flexible Authentication Extensible Authentication Protocol EAP type specified in IETF RFC 4851, with Microsoft PPP CHAP Extensions, Version 2 (MSCHAPv2) as the inner authentication method.
* EAP-FAST/GTC (5): shall indicate the Flexible Authentication Extensible Authentication Protocol EAP type specified in IETF RFC 4851, with Generic Token Card (GTC) as the inner authentication method.
* EAP-MD5 (6): shall indicate the EAP MD5 authentication method, specified in RFC 3748.
* EAP-PSK (7): shall indicate the EAP-PSK (Pre-shared Key) Protocol specified in RFC 4764.
* EAP-SIM (8): shall indicate the Extensible Authentication Protocol Method for Global System for Mobile Communications (GSM) Subscriber Identity Modules (EAP-SIM), specified in RFC 4186.
* EAP-AKA (9): shall indicate the Extensible Authentication Protocol Method for 3rd Generation Authentication and Key Agreement (EAP-AKA) authentication method, specified in RFC 4187.
* EAP-FAST/TLS (10): shall indicate the Flexible Authentication Extensible Authentication Protocol EAP type specified in IETF RFC 4851, with TLS as the inner authentication method.'
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_WiFiEndpoint.AuthenticationMethod']
ValueMap['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11..']
Values['EAP-TLS', 'EAP-TTLS/MSCHAPv2', 'PEAPv0/EAP-MSCHAPv2', 'PEAPv1/EAP-GTC', 'EAP-FAST/MSCHAPv2', 'EAP-FAST/GTC', 'EAP-MD5', 'EAP-PSK', 'EAP-SIM', 'EAP-AKA', 'EAP-FAST/TLS', 'DMTF Reserved']
IEEE8021xAuthenticationProtocol property is in 2 classes of ROOT\virtualization\v2 and in 1 namespace
OtherAuthenticationMethod property
CIMTYPE'string'
Description'OtherAuthenticationMethod shall specify the 802.11 authentication method if and only if AuthenticationMethod contains "Other". The format of this string shall be vendor-specific.'
ModelCorrespondence['CIM_WiFiEndpoint.AuthenticationMethod']
OtherAuthenticationMethod property is in 2 classes of ROOT\virtualization\v2 and in 3 namespaces
OtherEncryptionMethod property
CIMTYPE'string'
Description'OtherEncryptionMethod shall specify the 802.11 encryption method if and only if EncryptionMethod contains "Other". The format of this string shall be vendor-specific.'
ModelCorrespondence['CIM_WiFiEndpoint.EncryptionMethod']
OtherEncryptionMethod property is in 2 classes of ROOT\virtualization\v2 and in 1 namespace

Derived properties (35) of CIM_WiFiEndpoint class

AliasAddresses property
CIMTYPE'string'
AliasAddresses property is in 4 classes of ROOT\virtualization\v2 and in 3 namespaces
AvailableRequestedStates property
CIMTYPE'uint16'
AvailableRequestedStates property is in 106 classes of ROOT\virtualization\v2 and in 7 namespaces
Caption property
CIMTYPE'string'
Caption property is in 222 classes of ROOT\virtualization\v2 and in 37 namespaces
CommunicationStatus property
CIMTYPE'uint16'
CommunicationStatus property is in 127 classes of ROOT\virtualization\v2 and in 9 namespaces
CreationClassName property
CIMTYPE'string'
keyTrue
CreationClassName property is in 113 classes of ROOT\virtualization\v2 and in 20 namespaces
Description property
CIMTYPE'string'
Description property is in 225 classes of ROOT\virtualization\v2 and in 142 namespaces
DetailedStatus property
CIMTYPE'uint16'
DetailedStatus property is in 127 classes of ROOT\virtualization\v2 and in 9 namespaces
ElementName property
CIMTYPE'string'
ElementName property is in 223 classes of ROOT\virtualization\v2 and in 21 namespaces
EnabledDefault property
CIMTYPE'uint16'
EnabledDefault property is in 106 classes of ROOT\virtualization\v2 and in 10 namespaces
EnabledState property
CIMTYPE'uint16'
EnabledState property is in 116 classes of ROOT\virtualization\v2 and in 13 namespaces
GroupAddresses property
CIMTYPE'string'
GroupAddresses property is in 4 classes of ROOT\virtualization\v2 and in 3 namespaces
HealthState property
CIMTYPE'uint16'
HealthState property is in 128 classes of ROOT\virtualization\v2 and in 15 namespaces
InstallDate property
CIMTYPE'datetime'
InstallDate property is in 127 classes of ROOT\virtualization\v2 and in 23 namespaces
InstanceID property
CIMTYPE'string'
InstanceID property is in 223 classes of ROOT\virtualization\v2 and in 21 namespaces
LANID property
CIMTYPE'string'
Description'LANID shall contain the Service Set Identifier (SSID) of the wireless LAN with which the Endpoint is associated, or shall be NULL if the Endpoint is not currently associated or this information is not known.'
MappingStrings['IEEE 802.11-2007 | 7.3.2.1']
Override'LANID'
LANID property is in 4 classes of ROOT\virtualization\v2 and in 3 namespaces
LANType property
CIMTYPE'uint16'
LANType property is in 4 classes of ROOT\virtualization\v2 and in 3 namespaces
MACAddress property
CIMTYPE'string'
MACAddress property is in 6 classes of ROOT\virtualization\v2 and in 10 namespaces
MaxDataSize property
CIMTYPE'uint32'
MaxDataSize property is in 10 classes of ROOT\virtualization\v2 and in 4 namespaces
Name property
CIMTYPE'string'
keyTrue
Name property is in 152 classes of ROOT\virtualization\v2 and in 142 namespaces
NameFormat property
CIMTYPE'string'
NameFormat property is in 22 classes of ROOT\virtualization\v2 and in 21 namespaces
OperatingStatus property
CIMTYPE'uint16'
OperatingStatus property is in 127 classes of ROOT\virtualization\v2 and in 9 namespaces
OperationalStatus property
CIMTYPE'uint16'
OperationalStatus property is in 128 classes of ROOT\virtualization\v2 and in 18 namespaces
OtherEnabledState property
CIMTYPE'string'
OtherEnabledState property is in 107 classes of ROOT\virtualization\v2 and in 11 namespaces
OtherLANType property
CIMTYPE'string'
OtherLANType property is in 4 classes of ROOT\virtualization\v2 and in 3 namespaces
OtherTypeDescription property
CIMTYPE'string'
OtherTypeDescription property is in 9 classes of ROOT\virtualization\v2 and in 8 namespaces
PrimaryStatus property
CIMTYPE'uint16'
PrimaryStatus property is in 127 classes of ROOT\virtualization\v2 and in 9 namespaces
ProtocolIFType property
CIMTYPE'uint16'
Description'ProtocolIFType's enumeration is limited to Wi-Fi and reserved values for this subclass of ProtocolEndpoint.'
Override'ProtocolIFType'
ValueMap['1', '71', '225..4095', '4301..32767', '32768..']
Values['Other', 'IEEE 802.11', 'IANA Reserved', 'DMTF Reserved', 'Vendor Reserved']
ProtocolIFType property is in 11 classes of ROOT\virtualization\v2 and in 7 namespaces
ProtocolType property
CIMTYPE'uint16'
ProtocolType property is in 13 classes of ROOT\virtualization\v2 and in 8 namespaces
RequestedState property
CIMTYPE'uint16'
RequestedState property is in 106 classes of ROOT\virtualization\v2 and in 12 namespaces
Status property
CIMTYPE'string'
Status property is in 127 classes of ROOT\virtualization\v2 and in 42 namespaces
StatusDescriptions property
CIMTYPE'string'
StatusDescriptions property is in 128 classes of ROOT\virtualization\v2 and in 18 namespaces
SystemCreationClassName property
CIMTYPE'string'
keyTrue
SystemCreationClassName property is in 109 classes of ROOT\virtualization\v2 and in 20 namespaces
SystemName property
CIMTYPE'string'
keyTrue
SystemName property is in 109 classes of ROOT\virtualization\v2 and in 22 namespaces
TimeOfLastStateChange property
CIMTYPE'datetime'
TimeOfLastStateChange property is in 111 classes of ROOT\virtualization\v2 and in 17 namespaces
TransitioningToState property
CIMTYPE'uint16'
TransitioningToState property is in 106 classes of ROOT\virtualization\v2 and in 7 namespaces

CIM_WiFiEndpoint Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AbstractTrue
Description'A wireless communication endpoint which, when its associated interface device is associated with an IEEE 802.11 wireless LAN, may send and receive data frames.'
LOCALE1033
UMLPackagePath'CIM::Network::Wireless'
Version'2.22.0'

CIM_WiFiEndpoint System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\virtualization\v2:CIM_WiFiEndpoint'___SYSTEM8
__NAMESPACE'ROOT\virtualization\v2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_LANEndpoint', 'CIM_ProtocolEndpoint', 'CIM_ServiceAccessPoint', 'CIM_EnabledLogicalElement', 'CIM_LogicalElement', 'CIM_ManagedSystemElement', 'CIM_ManagedElement']___SYSTEM8
__PROPERTY_COUNT43___SYSTEM3
__RELPATH'CIM_WiFiEndpoint'___SYSTEM8
__DYNASTY'CIM_ManagedElement'___SYSTEM8
__SUPERCLASS'CIM_LANEndpoint'___SYSTEM8
__CLASS'CIM_WiFiEndpoint'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to CIM_WiFiEndpoint

Number of classes:1
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
Msvm_WiFiEndpoint0441----
comments powered by Disqus
WUtils.com