nmcli-agent, nmcli-radio: add page (#7863)

This commit is contained in:
git-em
2022-03-09 19:48:13 -03:00
committed by GitHub
parent 42831a9be8
commit cbfe325cb1
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# nmcli radio
> Show radio switches status or enable and disable switches.
> See also: `nmcli agent`.
> More information: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
- Show status of Wi-Fi in NetworkManager:
`nmcli radio wifi`
- Turn Wi-Fi on or off in NetworkManager:
`nmcli radio wifi {{on|off}}`
- Show status of WWAN in NetworkManager:
`nmcli radio wwan`
- Turn WWAN on or off in NetworkManager:
`nmcli radio wwan {{on|off}}`
- Show status of both switches in NetworkManager:
`nmcli radio all`
- Turn both switches on or off in NetworkManager:
`nmcli radio all {{on|off}}`