Skip to content

Commit

Permalink
docs(reference): configure addwifiport (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwendlandt-intel authored Nov 9, 2023
1 parent 5cefcf2 commit a9ea949
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/Reference/RPC/commandsRPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

<br>

#### Common `configuration` Options
#### Common `configure` Options

| OPTION | DESCRIPTION |
|--------------------|--------------------------------------------------------------------------------------------------------------------------------- |
Expand All @@ -312,6 +313,16 @@ Execute a configuration command for the managed device:

<br>

#### 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
```

<br>

#### 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).
Expand Down

0 comments on commit a9ea949

Please sign in to comment.