]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/EapManagement.h
MdePkg/ProcessorBind: add defines for page allocation granularity
[mirror_edk2.git] / MdePkg / Include / Protocol / EapManagement.h
index fc67a15aa0347197007c009a46ca1a4f8064cd57..a20299be473b9aaedc76164ee71738546d5d8bd2 100644 (file)
@@ -3,11 +3,11 @@
   The EFI EAP Management Protocol is designed to provide ease of management and\r
   ease of test for EAPOL state machine. It is intended for the supplicant side. \r
   It conforms to IEEE 802.1x specification. \r
-  The definitions in this file are defined in UEFI Specification 2.3, which have\r
+  The definitions in this file are defined in UEFI Specification 2.2, which have\r
   not been verified by one implementation yet.\r
 \r
-  Copyright (c) 2009, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
@@ -15,6 +15,9 @@
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
+  @par Revision Reference:          \r
+  This Protocol is introduced in UEFI Specification 2.2\r
+\r
 **/\r
 \r
 #ifndef __EFI_EAP_MANAGEMENT_PROTOCOL_H__\r
@@ -199,7 +202,7 @@ typedef struct _EFI_EAPOL_SUPPLICANT_PAE_STATISTICS {
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_EAP_GET_SYSTEM_CONFIGURATION)(\r
-  IN struct _EFI_EAP_MANAGEMENT_PROTOCOL  *This, \r
+  IN EFI_EAP_MANAGEMENT_PROTOCOL          *This, \r
   OUT BOOLEAN                             *SystemAuthControl, \r
   OUT EFI_EAPOL_PORT_INFO                 *PortInfo OPTIONAL\r
   );\r
@@ -223,7 +226,7 @@ EFI_STATUS
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_EAP_SET_SYSTEM_CONFIGURATION)(\r
-  IN struct _EFI_EAP_MANAGEMENT_PROTOCOL  *This, \r
+  IN EFI_EAP_MANAGEMENT_PROTOCOL          *This, \r
   IN BOOLEAN                              SystemAuthControl\r
   );\r
 \r
@@ -241,7 +244,7 @@ EFI_STATUS
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_EAP_INITIALIZE_PORT)(\r
-  IN struct _EFI_EAP_MANAGEMENT_PROTOCOL  *This\r
+  IN EFI_EAP_MANAGEMENT_PROTOCOL            *This\r
   );\r
 \r
 /**\r
@@ -259,7 +262,7 @@ EFI_STATUS
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_EAP_USER_LOGON)(\r
-  IN struct _EFI_EAP_MANAGEMENT_PROTOCOL  *This\r
+  IN EFI_EAP_MANAGEMENT_PROTOCOL          *This\r
   );\r
 \r
 /**\r
@@ -277,7 +280,7 @@ EFI_STATUS
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_EAP_USER_LOGOFF)(\r
-  IN struct _EFI_EAP_MANAGEMENT_PROTOCOL  *This\r
+  IN EFI_EAP_MANAGEMENT_PROTOCOL          *This\r
   );\r
 \r
 /**\r
@@ -315,7 +318,7 @@ EFI_STATUS
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_EAP_GET_SUPPLICANT_STATUS)(\r
-  IN struct _EFI_EAP_MANAGEMENT_PROTOCOL          *This, \r
+  IN EFI_EAP_MANAGEMENT_PROTOCOL                  *This, \r
   OUT EFI_EAPOL_SUPPLICANT_PAE_STATE              *CurrentState, \r
   IN OUT EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION   *Configuration  OPTIONAL\r
   );\r
@@ -346,7 +349,7 @@ EFI_STATUS
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_EAP_SET_SUPPLICANT_CONFIGURATION)(\r
-  IN struct _EFI_EAP_MANAGEMENT_PROTOCOL      *This, \r
+  IN EFI_EAP_MANAGEMENT_PROTOCOL              *This, \r
   IN EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION   *Configuration\r
   );\r
 \r
@@ -372,7 +375,7 @@ EFI_STATUS
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_EAP_GET_SUPPLICANT_STATISTICS)(\r
-  IN struct _EFI_EAP_MANAGEMENT_PROTOCOL      *This, \r
+  IN EFI_EAP_MANAGEMENT_PROTOCOL              *This, \r
   OUT EFI_EAPOL_SUPPLICANT_PAE_STATISTICS     *Statistics\r
   );\r
 \r