]> 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 5af75d01e3ca6682d1a728bf3ab615eada318d96..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
@@ -202,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
@@ -226,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
@@ -244,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
@@ -262,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
@@ -280,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
@@ -318,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
@@ -349,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
@@ -375,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