WifiConnectionManagerDxe: HII missing EAP TLS case

Add missing EAP-TLS option to HII configuration

Implemented support for EAP-TLS authentication in
the WifiConnectionManagerDxe HII interface. This
change ensures that the EAP-TLS option is available
for selection in the UI, addressing cases where it
was previously missing.

Signed-off-by: Zachary Clark-Williams <Zachary.Clark-Williams@intel.com>
This commit is contained in:
Zachary Clark-Williams
2025-06-24 12:39:07 -07:00
committed by mergify[bot]
parent 36a71d088b
commit da7b74161b

View File

@@ -1489,6 +1489,7 @@ WifiMgrDxeHiiConfigAccessCallback (
} else if (Action == EFI_BROWSER_ACTION_FORM_CLOSE) {
switch (QuestionId) {
case KEY_EAP_ENROLL_CERT_FROM_FILE:
case KEY_EAP_ENROLL_PRIVATE_KEY_FROM_FILE:
case KEY_REFRESH_NETWORK_LIST:
if (Private->CurrentNic->UserSelectedProfile == NULL) {