From 711e0a0470a8e379e10fba4b6184d82a22a38c35 Mon Sep 17 00:00:00 2001 From: bwendlandt-intel Date: Fri, 3 Nov 2023 10:25:00 -0700 Subject: [PATCH] docs(reference): configure addwifiport --- docs/Reference/RPC/commandsRPC.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/Reference/RPC/commandsRPC.md b/docs/Reference/RPC/commandsRPC.md index 0252bb439..f714cb541 100644 --- a/docs/Reference/RPC/commandsRPC.md +++ b/docs/Reference/RPC/commandsRPC.md @@ -262,11 +262,12 @@ Execute a configuration command for the managed device: | SUBCOMMAND | DESCRIPTION | |---------------------------------------|-------------------------------------------------------------------------------------------------------| +| [addwifiport](#addwifiport) | Enables WiFi port and local profile synchronization settings in AMT. AMT password is required. | | [addwifisettings](#addwifisettings) | Configure wireless 802.1x locally with RPC (no communication with RPS and EA) |
-#### Common `configuration` Options +#### Common `configure` Options | OPTION | DESCRIPTION | |--------------------|--------------------------------------------------------------------------------------------------------------------------------- | @@ -277,6 +278,16 @@ Execute a configuration command for the managed device:
+#### addwifiport + +Enables WiFi port and local profile synchronization settings in AMT. This feature synchronizes the wireless profile set in the OS with the wireless profile set in AMT. AMT Password is required. + +``` +rpc configure enablewifiport -password AMTPassword +``` + +
+ #### addwifisettings Configure wireless 802.1x settings of an existing, activated AMT device by passing credentials and certificates directly to AMT rather than through RPS/EA/RPC. More information on configuring AMT to use 802.1x can be found in [802.1x Configuration](../EA/ieee8021xconfig.md).