-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
As a user, I want to view, add, and delete wireless profiles configured in AMT from the Console so that I can manage device Wi-Fi connectivity directly from the UI.
This feature adds the ability to manage wireless profiles on AMT devices from the Console. Users should be able to retrieve the list of configured Wi-Fi profiles, add new profiles, and delete existing ones.
The RPC-Go implementation for adding Wi-Fi profiles already exists, so this work mainly focuses on exposing the required APIs and integrating them with the UI.
Clarification
- Wireless 802.1X configuration is out of scope for this story and will be tracked separately.
- RPC-Go already contains the logic to add Wi-Fi profiles - No changes are expected in
go-wsman-messages.
Acceptance Criteria
Console:
- API to retrieve the list of wireless profiles configured on the AMT device.
- API to add a wireless profile.
- API to delete a wireless profile.
Sample-Web-UI
- Sample-WebUI displays the list of configured wireless profiles.
- Users can add a wireless profile from the UI.
- Users can delete a wireless profile from the UI.
Documentation
- Documentation is updated to describe the new APIs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo
Status
Q2 2026