summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Eap.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-12 01:26:11 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-12 01:26:11 +0000
commit9095e76b3d084b0a7c12e856ed448f0bf3f38385 (patch)
tree0494e22725f3e67959a175f5aaff9d18555e5cb0 /MdePkg/Include/Protocol/Eap.h
parent2ab7038ce1870d18f745dd8c6f12305933d6c840 (diff)
downloadedk2-platforms-9095e76b3d084b0a7c12e856ed448f0bf3f38385.tar.xz
Update function description per UEFI2.3d. The main changes include:
1. If string is a unicode string, its description doesn’t need to specify unicode word again, because by default, string is UCS-2 (Table 6) encoded. 2. EFI_UNSUPPORTED return status is missing for EFI_EAP_PROTOCOL.SetDesiredAuthMethod() function. 3. For LoadImage() service, EFI_ACCESS_DENIED return status is added, and EFI_SECURITY_VIOLATION return status description is updated. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11305 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Eap.h')
-rw-r--r--MdePkg/Include/Protocol/Eap.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/MdePkg/Include/Protocol/Eap.h b/MdePkg/Include/Protocol/Eap.h
index f6dde627be..f1c45d495c 100644
--- a/MdePkg/Include/Protocol/Eap.h
+++ b/MdePkg/Include/Protocol/Eap.h
@@ -5,7 +5,7 @@
The definitions in this file are defined in UEFI Specification 2.3, which have
not been verified by one implementation yet.
- Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -83,8 +83,8 @@ EFI_STATUS
If EapAuthType is an invalid EAP authentication type, then EFI_INVALID_PARAMETER is
returned.
- If the EAP authentication method of EapAuthType is unsupported by the Ports, then this
- function will return EFI_UNSUPPORTED.
+ If the EAP authentication method of EapAuthType is unsupported by the Ports, then it will
+ return EFI_UNSUPPORTED.
@param[in] This A pointer to the EFI_EAP_PROTOCOL instance that indicates
the calling context.
@@ -95,7 +95,8 @@ EFI_STATUS
@retval EFI_SUCCESS The EAP authentication method of EapAuthType is
registered successfully.
@retval EFI_INVALID_PARAMETER EapAuthType is an invalid EAP authentication type.
- @retval EFI_OUT_OF_RESOURCES There is not enough system memory to perform the registration.
+ @retval EFI_UNSUPPORTED The EAP authentication method of EapAuthType is
+ unsupported by the Port.
**/
typedef