From 4428f400272c08039696de3a483156b8df3c8177 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 4 Nov 2016 14:42:01 -0400 Subject: Initial commit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e98ef6 --- /dev/null +++ b/README.md @@ -0,0 +1,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 -- cgit