aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6e98ef66b2074886fadc5d6441f2040ac308601f (plain)
1
2
3
4
5
6
7
8
9
10
11
## Welcome
This project started as a way to use the command line to connect to a wireless network.
The original sample information for campus.wifi was captured from "nmcli con show campus" after using the xfce nm gui.

## Wifi file
For variable `ifname` the `$WNIC` means do a lookup of the wireless network card device name.

For variables `identity` and `password`, the value "file:///etcetera" means it will open up that file. The type of file used is the same as for fstab or mount:

    username=alice
    password=filesharepw
bgstack15