]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpBootDxe/HttpBootDxe.h
NetworkPkg/HttpBootDxe: Add Support for HTTP Boot Basic Authentication
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootDxe.h
index 5acbae9bfa7684902aec803150f4f387fffd43a0..5ff8ad4698b2e74209b978aaa6cd664729e6dbe2 100644 (file)
@@ -183,6 +183,12 @@ struct _HTTP_BOOT_PRIVATE_DATA {
   UINT64                                       ReceivedSize;\r
   UINT32                                       Percentage;\r
 \r
+  //\r
+  // Data for the server to authenticate the client\r
+  //\r
+  CHAR8                                        *AuthData;\r
+  CHAR8                                        *AuthScheme;\r
+\r
   //\r
   // HII callback info block\r
   //\r