(file) Return to CIM_IEEE8021xCapabilities.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network

 1 marek 1.1 // Copyright (c) 2009 DMTF.  All rights reserved.
 2              [Version ( "2.22.0" ), 
 3               UMLPackagePath ( "CIM::Network::IEEE8021x" ), 
 4               Description ( 
 5                  "CIM_IEEE8021xCapabilities describes the IEEE 802.1x security "
 6                  "capabilities of a layer 2 ProtocolEndpoint." )]
 7           class CIM_IEEE8021xCapabilities : CIM_Capabilities {
 8           
 9                 [Description ( 
10                     "The IEEE 802.1x Extensible Authentication Protocol types "
11                     "supported by the associated ProtocolEndpoint. See "
12                     "AuthenticationProtocol description in "
13                     "CIM_IEEE8021xSettings for more information." ), 
14                  ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", 
15                     "10", ".." }, 
16                  Values { "EAP-TLS", "EAP-TTLS/MSCHAPv2", 
17                     "PEAPv0/EAP-MSCHAPv2", "PEAPv1/EAP-GTC", 
18                     "EAP-FAST/MSCHAPv2", "EAP-FAST/GTC", "EAP-MD5", "EAP-PSK", 
19                     "EAP-SIM", "EAP-AKA", "EAP-FAST/TLS", "DMTF Reserved" }]
20              uint16 SupportedAuthenticationProtocols[];
21           
22 marek 1.1       [Description ( 
23                     "Indicates whether the associated ProtocolEndpoint "
24                     "supports moving a session due to roaming." )]
25              boolean RoamingSupported;
26           
27                 [Description ( 
28                     "Indicates whether the associated ProtocolEndpoint "
29                     "supports fast reconnection of an IEEE 802.1x session "
30                     "when it roams from one access point to another." )]
31              boolean FastRoamingSupported;
32           
33           
34           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2