NetworkPkg: Add Wi-Fi Wpa3 support in WifiConnectManager
https://bugzilla.tianocore.org/show_bug.cgi?id=3961 Add below Wpa3 support: WPA3-Personal: Ieee80211AkmSuiteSAE = 8 WPA3-Enterprise: Ieee80211AkmSuite8021XSuiteB = 11 Ieee80211AkmSuite8021XSuiteB192 = 12 Wi-Fi CERTIFIED Enhanced Open: Ieee80211AkmSuiteOWE = 18 Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Cc: Wu Jiaxin <jiaxin.wu@intel.com> Signed-off-by: Heng Luo <heng.luo@intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
Define IFR NVData structures used by the WiFi Connection Manager.
|
||||
|
||||
Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2019 - 2022, Intel Corporation. All rights reserved.<BR>
|
||||
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
@@ -119,8 +119,10 @@
|
||||
#define SECURITY_TYPE_WPA_PERSONAL 3
|
||||
#define SECURITY_TYPE_WPA2_PERSONAL 4
|
||||
#define SECURITY_TYPE_WEP 5
|
||||
#define SECURITY_TYPE_UNKNOWN 6
|
||||
#define SECURITY_TYPE_MAX 7
|
||||
#define SECURITY_TYPE_WPA3_PERSONAL 6
|
||||
#define SECURITY_TYPE_WPA3_ENTERPRISE 7
|
||||
#define SECURITY_TYPE_UNKNOWN 8
|
||||
#define SECURITY_TYPE_MAX 9
|
||||
|
||||
#define EAP_AUTH_METHOD_TTLS 0
|
||||
#define EAP_AUTH_METHOD_PEAP 1
|
||||
|
Reference in New Issue
Block a user