mirror of
https://github.com/cheat/cheat.git
synced 2025-09-06 12:03:00 +02:00
Added WiFi-specific commands
This commit is contained in:
@ -10,6 +10,18 @@ nmcli d wifi connect <ssid> password <pass> iface <wiface>
|
|||||||
# <wiface> -- the name of your wireless interface
|
# <wiface> -- the name of your wireless interface
|
||||||
nmcli d wifi disconnect iface <wiface>
|
nmcli d wifi disconnect iface <wiface>
|
||||||
|
|
||||||
|
# Get WiFi status (enabled / disabled)
|
||||||
|
nmcli radio wifi
|
||||||
|
|
||||||
|
# Enable / Disable WiFi
|
||||||
|
nmcli radio wifi <on|off>
|
||||||
|
|
||||||
|
# Show all available WiFi access points
|
||||||
|
nmcli dev wifi list
|
||||||
|
|
||||||
|
# Refresh the available WiFi connection list
|
||||||
|
nmcli dev wifi rescan
|
||||||
|
|
||||||
# Show all available connections
|
# Show all available connections
|
||||||
nmcli con
|
nmcli con
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user