Valid enumeration values when the optname parameter is SET_CLIENT_OPTION_LINK_PREFERENCE.
typedef enum
{
LEGACY_ME_LINK_CONTROL = 0,
CONSOLE_LINK_PREFERENCE = 1
}CLIENT_LINK_PREFERENCE_OPTION;
Field |
Value or Description |
LEGACY_ME_LINK_CONTROL |
The client will be configured to have legacy behavior: the ME will control a link over a wireless interface for the duration of the redirection session. |
CONSOLE_LINK_PREFERENCE |
The link preference during a redirection session will be under the control of the AMT_EthernetPortSettings.SetLinkPreference method. |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |