Skip to content

Commit

Permalink
README(.md): fix typo after review
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Nov 23, 2019
1 parent 4c50be5 commit 269d550
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,24 +108,24 @@ For each action, you can use -iap_ip_addr for configure an IAP of cluster (using

```powershell
# Configure IAP (Host)Name
Add-ArubaIAPHostname MyIAP
Set-ArubaIAPHostname MyIAP
```

#### Radio State

```powershell
# For enable Radio (5Ghz and 2,4Ghz)
Add-ArubaIAPRadioState -dot11a -dot11g
Set-ArubaIAPRadioState -dot11a -dot11g
# For disable Radio
Remove-ArubaIAPRadioState -dot11a:$flase -dot11g:$false
Set-ArubaIAPRadioState -dot11a:$false -dot11g:$false
```

#### Channel and Power

```powershell
# for configure manually channel and Power for 802.11a (5Ghz) and 802.11g (2,4Ghz)
Add-ArubaIAPChannelPower -apower 10 -achannel 36 -gpower 15 -g-channel 1
Set-ArubaIAPChannelPower -apower 10 -achannel 36 -gpower 15 -g-channel 1
```

Expand Down

0 comments on commit 269d550

Please sign in to comment.