mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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:
parent
36a71d088b
commit
da7b74161b
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue