STATE_INDEPENDENCE_IsChangeToAMTEnabled

STATE_INDEPENDENCE_IsChangeToAMTEnabled is sent by the OS agent to query whether a change to Intel AMT mode is possible in current state. This command is part of the Intel MEI watchdog client, since this client is always active if the MEI driver is installed and running, even if Intel AMT is not enabled on the platform. Note that the watchdog client commands differ in their structure from the common AMTHI commands.

STATE_INDEPENDENCE_IsChangeToAMTEnabled Request

typedef struct _STATE_INDEPENDENCE_COMMAND
    {

    UINT8 Cmd ;

    UINT8 ByteCount ;

    UINT8 SubCmd ;

    UINT8 Version ;

} STATE_INDEPENDENCE_COMMAND;

 

Field

Description

Cmd

05h

ByteCount

02h

SubCmd

51h

Version

10h

STATE_INDEPENDENCE_IsChangeToAMTEnabled Response

typedef struct _STATE_INDEPENDENCE_IS_CHANGE_ENABLED_RESPONSE

{

    UINT32      Enabled ;

} STATE_INDEPENDENCE_IS_CHANGE_ENABLED_RESPONSE;

 

Field

Description

Enabled

Indicates whether the transition is allowed in current state.

STATE_INDEPENDENCE_IsChangeToAMTEnabled Codes

The following table lists the possible Enabled values.

Status

Description

FALSE

Transition is not enabled.

TRUE

Transition is enabled:

     The platform has Intel AMT capability.

     Intel AMT is in a pre-setup state.

     Remote Configuration (ZTC) is enabled.

Copyright © 2006-2012, Intel Corporation. All rights reserved.