commands.sh

nmcli radio

linux

Show the status of radio switches or enable/disable them using NetworkManager.

More info →

Options (4)

boolean

Show status of Wi-Fi

Example: nmcli {{[r|radio]}} {{[w|wifi]}}
boolean

Show status of Wi-Fi

Example: nmcli {{[r|radio]}} {{[w|wifi]}}
boolean

Show status of WWAN

Example: nmcli {{[r|radio]}} {{[ww|wwan]}}
boolean

Turn both switches on or off

Example: nmcli {{[r|radio]}} {{[a|all]}} {{on|off}}

Examples (6)

Show status of Wi-Fi

nmcli [r|radio] [w|wifi]

Turn Wi-Fi on or off

nmcli [r|radio] [w|wifi] on|off

Show status of WWAN

nmcli [r|radio] [ww|wwan]

Turn WWAN on or off

nmcli [r|radio] [ww|wwan] on|off

Show status of both switches

nmcli [r|radio]

Turn both switches on or off

nmcli [r|radio] [a|all] on|off
made by @shridhargupta | data from tldr-pages