Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
1381 Discussions

How to set 'Enable in S0' or 'Enable in S0, Sx/AC' in Wireless Settings

bao_t_
Beginner
885 Views

Hi All,

I do not know how to set 'Enable in S0' or 'Enable in S0, Sx/AC' in Wireless Settings by using the code C# or C++ in Intel AMT SDK. I know that the value of 'Enable in S0' or 'Enable in S0, Sx/AC' is stored in LinkPolicy in class AMT_EthernetPortSettings. I can query the value of LinkPolicy in AMT_EthernetPortSettings is "1, 14" or "1, 14, 16" when I submit the option 'Enable in S0' or 'Enable in S0, Sx/AC' in IE by using 127.0.0.1:16992.

So Here is my final issue:

How can I set the option value 'Disable' or 'Enable in S0' or 'Enable in S0, Sx/AC' by using the code C# or C++ in Intel AMT SDK 11.0.0.35?

Note:

This value placed here:

go to IE -> type 127.0.0.1:16992->Select Wireless Settings

Thanks for your help.

0 Kudos
2 Replies
Joseph_O_Intel1
Employee
885 Views

Hey Bao

What you are looking for is in the Intel AMT HLAPI. Information is contained within the HLAPI.Wireless namespace as the IWireless.SetWiFiLinkPolicy Method

Joe

0 Kudos
bao_t_
Beginner
885 Views

Thanks Joe very much.

I found the method in the code.

Bao

0 Kudos
Reply