summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/AuthenticationInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/AuthenticationInfo.h')
-rw-r--r--MdePkg/Include/Protocol/AuthenticationInfo.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/MdePkg/Include/Protocol/AuthenticationInfo.h b/MdePkg/Include/Protocol/AuthenticationInfo.h
index 07aaa0bc01..b298e2aa6d 100644
--- a/MdePkg/Include/Protocol/AuthenticationInfo.h
+++ b/MdePkg/Include/Protocol/AuthenticationInfo.h
@@ -33,41 +33,41 @@ typedef struct {
///
/// Authentication Type GUID.
///
- EFI_GUID Guid;
+ EFI_GUID Guid;
///
/// Length of this structure in bytes.
///
- UINT16 Length;
+ UINT16 Length;
} AUTH_NODE_HEADER;
typedef struct {
- AUTH_NODE_HEADER Header;
+ AUTH_NODE_HEADER Header;
///
/// RADIUS Server IPv4 or IPv6 Address.
///
- UINT8 RadiusIpAddr[16]; ///< IPv4 or IPv6 address.
+ UINT8 RadiusIpAddr[16]; ///< IPv4 or IPv6 address.
///
/// Reserved for future use.
///
- UINT16 Reserved;
+ UINT16 Reserved;
///
/// Network Access Server IPv4 or IPv6 Address (OPTIONAL).
///
- UINT8 NasIpAddr[16]; ///< IPv4 or IPv6 address.
+ UINT8 NasIpAddr[16]; ///< IPv4 or IPv6 address.
///
/// Network Access Server Secret Length in bytes (OPTIONAL).
///
- UINT16 NasSecretLength;
+ UINT16 NasSecretLength;
///
/// Network Access Server Secret (OPTIONAL).
///
- UINT8 NasSecret[1];
+ UINT8 NasSecret[1];
///
/// CHAP Initiator Secret Length in bytes on offset NasSecret + NasSecretLength.
@@ -105,22 +105,22 @@ typedef struct {
} CHAP_RADIUS_AUTH_NODE;
typedef struct {
- AUTH_NODE_HEADER Header;
+ AUTH_NODE_HEADER Header;
///
/// Reserved for future use.
///
- UINT16 Reserved;
+ UINT16 Reserved;
///
/// User Secret Length in bytes.
///
- UINT16 UserSecretLength;
+ UINT16 UserSecretLength;
///
/// User Secret.
///
- UINT8 UserSecret[1];
+ UINT8 UserSecret[1];
///
/// User Name Length in bytes on offset UserSecret + UserSecretLength.
@@ -220,12 +220,12 @@ EFI_STATUS
/// information associated with the physical or logical device.
///
struct _EFI_AUTHENTICATION_INFO_PROTOCOL {
- EFI_AUTHENTICATION_INFO_PROTOCOL_GET Get;
- EFI_AUTHENTICATION_INFO_PROTOCOL_SET Set;
+ EFI_AUTHENTICATION_INFO_PROTOCOL_GET Get;
+ EFI_AUTHENTICATION_INFO_PROTOCOL_SET Set;
};
-extern EFI_GUID gEfiAuthenticationInfoProtocolGuid;
-extern EFI_GUID gEfiAuthenticationChapRadiusGuid;
-extern EFI_GUID gEfiAuthenticationChapLocalGuid;
+extern EFI_GUID gEfiAuthenticationInfoProtocolGuid;
+extern EFI_GUID gEfiAuthenticationChapRadiusGuid;
+extern EFI_GUID gEfiAuthenticationChapLocalGuid;
#endif