diff --git a/docs/Reference/RPC/commandsRPC.md b/docs/Reference/RPC/commandsRPC.md
index e387b7918..5ce2bc86c 100644
--- a/docs/Reference/RPC/commandsRPC.md
+++ b/docs/Reference/RPC/commandsRPC.md
@@ -297,11 +297,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 |
|--------------------|--------------------------------------------------------------------------------------------------------------------------------- |
@@ -312,6 +313,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).