2022-03-09 22:48:13 +00:00
|
|
|
# nmcli radio
|
|
|
|
|
2023-08-02 06:26:52 +01:00
|
|
|
> Show the status of radio switches or enable/disable them using NetworkManager.
|
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>.
|
|
|
|
|
2023-08-02 06:26:52 +01:00
|
|
|
- Show status of Wi-Fi:
|
2022-03-09 22:48:13 +00:00
|
|
|
|
|
|
|
`nmcli radio wifi`
|
|
|
|
|
2023-08-02 06:26:52 +01:00
|
|
|
- Turn Wi-Fi on or off:
|
2022-03-09 22:48:13 +00:00
|
|
|
|
|
|
|
`nmcli radio wifi {{on|off}}`
|
|
|
|
|
2023-08-02 06:26:52 +01:00
|
|
|
- Show status of WWAN:
|
2022-03-09 22:48:13 +00:00
|
|
|
|
|
|
|
`nmcli radio wwan`
|
|
|
|
|
2023-08-02 06:26:52 +01:00
|
|
|
- Turn WWAN on or off:
|
2022-03-09 22:48:13 +00:00
|
|
|
|
|
|
|
`nmcli radio wwan {{on|off}}`
|
|
|
|
|
2023-08-02 06:26:52 +01:00
|
|
|
- Show status of both switches:
|
2022-03-09 22:48:13 +00:00
|
|
|
|
|
|
|
`nmcli radio all`
|
|
|
|
|
2023-08-02 06:26:52 +01:00
|
|
|
- Turn both switches on or off:
|
2022-03-09 22:48:13 +00:00
|
|
|
|
|
|
|
`nmcli radio all {{on|off}}`
|