2022-03-09 22:48:13 +00:00
|
|
|
# nmcli radio
|
|
|
|
|
|
|
|
> Show radio switches status or enable and disable switches.
|
2022-07-30 13:23:57 +01:00
|
|
|
> This subcommand can also be called with `nmcli r`.
|
2022-03-09 22:48:13 +00:00
|
|
|
> 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}}`
|