Skip to content

A minimal shell script to encapsulate a couple useful wifi operations.

Notifications You must be signed in to change notification settings

trpouh/shell-wifi-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

shell-wifi-helper

a minimal shell script to encapsulate a couple useful wifi operations.

using it is easy:

~$ sh wifi.sh <operation> [opts]

e.g. connecting to the ssid mywifi and password 123456789

~$ sh wifi.sh connect mywifi 123456789

operations

  • connect <ssid> [password]
  • disconnect
  • is_connected; returns true or false
  • get_ssids
  • start_hotspot <ssid>
  • stop_hotspot

prerequisites

network-manager installed:

~$ apt-get install network-manager

About

A minimal shell script to encapsulate a couple useful wifi operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published