VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/WifiConnectionManagerDxe/EapContext.h@ 99396

最後變更 在這個檔案從99396是 80721,由 vboxsync 提交於 6 年 前

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 506 位元組
 
1/** @file
2 Eap configuration data structure definitions for EAP connections.
3
4 Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8**/
9
10#ifndef __EFI_WIFI_EAP_CONTEXT_H__
11#define __EFI_WIFI_EAP_CONTEXT_H__
12
13typedef struct {
14
15 BOOLEAN IsEncrypted;
16 CHAR16 EncryptPassword[PASSWORD_STORAGE_SIZE];
17 UINTN KeySize;
18 UINT8 KeyData[1];
19
20} EFI_EAP_PRIVATE_KEY;
21
22#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette