LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

nmcli-radio

controls the software radio switches for wireless interfaces managed

TLDR

Show both radio switches
$ nmcli radio
copy
Show only the Wi-Fi switch
$ nmcli radio wifi
copy
Turn Wi-Fi off
$ nmcli radio wifi off
copy
Turn Wi-Fi back on
$ nmcli radio wifi on
copy
Show the mobile broadband switch
$ nmcli radio wwan
copy
Turn mobile broadband off
$ nmcli radio wwan off
copy
Turn every radio off at once
$ nmcli radio all off
copy
Read a switch's state in a script-friendly form
$ nmcli --terse radio wifi
copy

SYNOPSIS

nmcli radio [switch] [on|off]

DESCRIPTION

nmcli radio controls the software radio switches for wireless interfaces managed by NetworkManager. This is equivalent to airplane mode functionality, allowing Wi-Fi and mobile broadband radios to be enabled or disabled independently.Disabling a radio switch turns off the corresponding hardware transmitter, preventing any wireless communication. This is different from just disconnecting: the radio itself is turned off.Without an on/off argument, the command displays the current state of the specified radio(s).

PARAMETERS

wifi, w

Control or show Wi-Fi radio status
wwan, ww
Control or show WWAN (mobile broadband) radio status
all, a
Control all radio switches simultaneously
on
Enable the specified radio
off
Disable the specified radio

CAVEATS

Software radio control depends on hardware and driver support. Some laptops have physical radio switches that override software control. Enabling the radio doesn't automatically connect to networks; it just makes the hardware available for connections.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid