MHC_SetAmtOperationalState enables or disables Intel AMT. The command is available only in Unprovisioned state.
MHC_SetAmtOperationalState Request
typedef struct _MHC_SetAmtOperationalState
{
UINT8 Command;
UINT8 ByteCount;
UINT8 SubCommand;
UINT8 VersionNumber;
UINT8 Enabled;
} MHC_SetAmtOperationalState_Request;
Field |
Description |
Command |
05h |
ByteCount |
03h |
SubCommand |
53h |
VersionNumber |
10h |
Enabled |
0/1 Desired Intel AMT operational state |
MHC_SetAmtOperationalState Response
typedef struct _MHC_SetAmtOperationalState_Response
{
Status Status;
} MHC_SetAmtOperationalState_Response;
Field |
Description |
Status |
A status code returned in a response message that indicates whether the operation specified in the corresponding request message succeeded or failed. If the operation failed, this code indicates the specific reason for failure. |
MHC_SetAmtOperationalState Status Codes
Status |
Description |
AMT_STATUS_SUCCESS |
Request succeeded. |
AMT_STATUS_INTERNAL_ERROR |
An internal error in the Intel AMT device has occurred. |
AMT_STATUS_NOT_READY |
Management controller has not progressed far enough in its initialization to process the command. |
AMT_STATUS_INVALID_AMT_MODE |
Intel AMT is not in the "Unprovisioned" state |
AMT_STATUS_NOT_PERMITTED |
Command isn't allowed |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |