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:
committed by
mergify[bot]
parent
36a71d088b
commit
da7b74161b
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user