Skip to content

Support Option to Enable UEFI Wi-Fi Profile Sharing for One-Click Recovery over Wireless #2198

@graikhel-intel

Description

@graikhel-intel

As an Independent Software Vendor (ISV),
I want to provide an option to enable UEFI Wi-Fi Profile Sharing when creating AMT profiles,
So that my software can support One-Click Recovery (OCR) over HTTPS via wireless networks on compatible platforms.

Background:

On platforms with Intel AMT 16 or newer, UEFI Wi-Fi Profile Sharing enables BIOS and AMT to share wireless profiles, making it possible to perform recovery operations like OCR over wireless connections. This requires programmatically setting AMT_WiFiPortConfigurationService.UEFIWiFiProfileShareEnabled to 1 if supported.

Reference: Intel SDK UEFI Wi-Fi Profile Sharing Documentation

Follow the similar implementation like we did in Console

Acceptance Criteria:

  • Detect Capability: Check AMT_BootCapabilities.UEFIWiFiCoExistenceAndProfileShare to determine if UEFI Wi-Fi Profile Sharing is supported on the target platform.
  • Apply Setting (AMT 16+ only): If supported and AMT version is 16 or newer, set AMT_WiFiPortConfigurationService.UEFIWiFiProfileShareEnabled to 1 using a PUT request.
  • UI Integration in Profile Creation: Add a checkbox labeled “Enable UEFI Wi-Fi Profile Sharing” within the Profile creation UI under Wireless.
  • Handle Unsupported Scenarios: Skip the setting for platforms with AMT version <16. Also, profile sharing is not supported on ISM.
  • Standard Definition of Done (DoD)

Metadata

Metadata

Labels

No labels
No labels

Projects

Status

Done

Status

Q3 2025

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions