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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network / CIM_IEEE8021xCapabilities.mof (download)
Revision: 1.1.2.2, Wed Feb 15 17:46:35 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch, PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.1.2.1: +34 -0 lines
BUG#: 99999
TITLE: Task317 Branch -- pull operations. Sync to head of tree

DESCRIPTION: Sync the branch back to the head of cvs tree

// Copyright (c) 2009 DMTF.  All rights reserved.
   [Version ( "2.22.0" ), 
    UMLPackagePath ( "CIM::Network::IEEE8021x" ), 
    Description ( 
       "CIM_IEEE8021xCapabilities describes the IEEE 802.1x security "
       "capabilities of a layer 2 ProtocolEndpoint." )]
class CIM_IEEE8021xCapabilities : CIM_Capabilities {

      [Description ( 
          "The IEEE 802.1x Extensible Authentication Protocol types "
          "supported by the associated ProtocolEndpoint. See "
          "AuthenticationProtocol description in "
          "CIM_IEEE8021xSettings for more information." ), 
       ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", 
          "10", ".." }, 
       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" }]
   uint16 SupportedAuthenticationProtocols[];

      [Description ( 
          "Indicates whether the associated ProtocolEndpoint "
          "supports moving a session due to roaming." )]
   boolean RoamingSupported;

      [Description ( 
          "Indicates whether the associated ProtocolEndpoint "
          "supports fast reconnection of an IEEE 802.1x session "
          "when it roams from one access point to another." )]
   boolean FastRoamingSupported;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2