TianoCore EDK2 master
Loading...
Searching...
No Matches
EapContext.h
Go to the documentation of this file.
1
10#ifndef __EFI_WIFI_EAP_CONTEXT_H__
11#define __EFI_WIFI_EAP_CONTEXT_H__
12
13typedef struct {
14 BOOLEAN IsEncrypted;
15 CHAR16 EncryptPassword[PASSWORD_STORAGE_SIZE];
16 UINTN KeySize;
17 UINT8 KeyData[1];
19
20#endif
UINT64 UINTN