X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=NetworkPkg%2FWifiConnectionManagerDxe%2FWifiConnectionMgrConfig.h;h=a1ed09af71aaa3cede226d4f0926f25475926c99;hb=d1050b9dff1cace252aff86630bfdb59dff5f507;hp=f179fbc4efd57353d7af3552a5957095149466cd;hpb=90b24889f9ced53c18b73266d507e45fbd94fab0;p=mirror_edk2.git diff --git a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrConfig.h b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrConfig.h index f179fbc4ef..a1ed09af71 100644 --- a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrConfig.h +++ b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrConfig.h @@ -3,13 +3,7 @@ Copyright (c) 2019, Intel Corporation. All rights reserved.
- 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 - http://opensource.org/licenses/bsd-license.php. - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -18,8 +12,8 @@ #include "WifiConnectionMgrConfigNVDataStruct.h" -extern UINT8 WifiConnectionManagerDxeBin[]; -extern UINT8 WifiConnectionManagerDxeStrings[]; +extern UINT8 WifiConnectionManagerDxeBin[]; +extern UINT8 WifiConnectionManagerDxeStrings[]; typedef struct { UINT32 Signature; @@ -46,7 +40,7 @@ typedef struct { CHAR16 PrivateKeyName[WIFI_FILENAME_STR_MAX_SIZE]; VOID *PrivateKeyData; UINTN PrivateKeyDataSize; - CHAR16 PrivateKeyPassword[PASSWORD_STORAGE_SIZE]; //Password to protect private key file + CHAR16 PrivateKeyPassword[PASSWORD_STORAGE_SIZE]; // Password to protect private key file CHAR16 EapIdentity[EAP_IDENTITY_SIZE]; CHAR16 EapPassword[PASSWORD_STORAGE_SIZE]; UINT8 EapSecondAuthMethod; @@ -66,8 +60,8 @@ typedef struct { /// HII specific Vendor Device Path definition. /// typedef struct { - VENDOR_DEVICE_PATH VendorDevicePath; - EFI_DEVICE_PATH_PROTOCOL End; + VENDOR_DEVICE_PATH VendorDevicePath; + EFI_DEVICE_PATH_PROTOCOL End; } HII_VENDOR_DEVICE_PATH; #pragma pack()