-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Description
As a user, I want to enable or disable WiFi from the Console so that I can control whether the AMT device can use wireless connectivity.
This feature adds the ability to control the WiFi state on AMT devices from the Console. Internally, this updates the WiFi radio state in AMT. Once WiFi is enabled, users can add WiFi profiles or enable WiFi profile synchronization, which are covered in separate stories.
This will require exposing an API in Console to update the WiFi radio state and integrating the functionality into the Sample-WebUI.
Reference from AMT SDK:
Typical configurations include enabling WiFi in S0 or S0 + Sx/AC states.
Clarification
- This story focuses only on enabling or disabling WiFi.
- Managing WiFi profiles and WiFi profile synchronization are covered in separate stories.
- This will likely require a PUT call to update the WiFi radio state.
EnabledState values:
3– WiFi is disabled32768– WiFi is enabled in S032769– WiFi is enabled in S0 + Sx/AC
Acceptance Criteria
Console:
- API to retrieve the current WiFi state.
- API to enable WiFi.
- API to disable WiFi.
Sample-Web-UI
- UI option to enable WiFi.
- UI option to disable WiFi.
Documentation
- Documentation is updated to describe the new APIs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo
Status
Q2 2026