Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
AccessPointAddress | string | |
Description | string | 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.) |
Associated | boolean | |
Description | string | Associated shall indicate whether or not the WiFiEndpoint is currently associated to an access point or client station. |
AuthenticationMethod | uint16 | |
Description | string | 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 | string | IEEE 802.11-2007 | 8 |
ModelCorrespondence | string | CIM_WiFiEndpoint.EncryptionMethod, CIM_WiFiEndpoint.IEEE8021xAuthenticationProtocol, CIM_WiFiEndpoint.OtherAuthenticationMethod |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.. |
Values | string | Unknown, Other, Open System, Shared Key, WPA PSK, WPA IEEE 802.1x, WPA2 PSK, WPA2 IEEE 802.1x, CCKM IEEE 802.1x, DMTF Reserved |
BSSType | uint16 | |
Description | string | 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 | string | IEEE 802.11-2007 | 3.16 |
ValueMap | string | 0, 2, 3, 4.. |
Values | string | Unknown, Independent, Infrastructure, DMTF Reserved |
EncryptionMethod | uint16 | |
Description | string | 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 | string | IEEE 802.11-2007 | 8 |
ModelCorrespondence | string | CIM_WiFiEndpoint.AuthenticationMethod, CIM_WiFiEndpoint.OtherEncryptionMethod |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6.. |
Values | string | Unknown, Other, WEP, TKIP, CCMP, None, DMTF Reserved |
IEEE8021xAuthenticationProtocol | uint16 | |
Description | string | 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 | string | 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 | string | CIM_WiFiEndpoint.AuthenticationMethod |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11.. |
Values | string | 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 |
LANID | string | |
Description | string | 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 | string | IEEE 802.11-2007 | 7.3.2.1 |
ModelCorrespondence | string | CIM_LANConnectivitySegment.LANID, CIM_LANSegment.LANID |
Override | string | LANID |
OtherAuthenticationMethod | string | |
Description | string | 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 | string | CIM_WiFiEndpoint.AuthenticationMethod |
OtherEncryptionMethod | string | |
Description | string | 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 | string | CIM_WiFiEndpoint.EncryptionMethod |
ProtocolIFType | uint16 | 71 |
Description | string | ProtocolIFType's enumeration is limited to Wi-Fi and reserved values for this subclass of ProtocolEndpoint. |
MappingStrings | string | MIB.IETF|IF-MIB.ifType |
ModelCorrespondence | string | CIM_ProtocolEndpoint.OtherTypeDescription |
Override | string | ProtocolIFType |
ValueMap | string | 1, 71, 225..4095, 4301..32767, 32768.. |
Values | string | Other, IEEE 802.11, IANA Reserved, DMTF Reserved, Vendor Reserved |