Wykres commitów

16 Commity (7e74615ce62943d733f46d2309d3893650fbe213)

Autor SHA1 Wiadomość Data
Eric Westphal 7e74615ce6 Remove hostapd_manager_quiet.sh per @peepsnet. 2017-07-21 16:00:37 -04:00
peepsnet 94d8f8813e Update hostapd_manager.sh 2017-06-01 15:20:01 -04:00
peepsnet a72219bae5 Added encryption back to script
Help documentation for hostapd_manager.sh.

Basic usage: hostapd_manager.sh -s ssid -c chan -p pass

The following command line switches are recognized.
-s  --Sets the SSID to ssid. "-s stratux"
-c  --Sets the channel to chan. "-c 1"
-o  --Turns off encryption and sets network to open. Cannot be used with -e or -p.
-e  --Turns on encryption with passphrase SquawkDirtyToMe!. Cannot be used with -o or -p
-p  --Turns on encryption with your chosen passphrase pass. 8-63 Printable Characters(ascii 32-126). Cannot be used with -o or -e. "-p password!"
-q  --Run silently. Still a work in progress, but quieter.
-h  --Displays this help message. No further functions are performed.

Example: hostapd_manager.sh -s Stratux-N3558D -c 5 -p SquawkDirty!
2017-06-01 10:28:22 -04:00
peepsnet 95d0b97564 updating to add encryption back.
It seems to work in my testing!!

#### Stratux HOSTAPD Settings ####


Help documentation for hostapd_manager.sh.

Basic usage: hostapd_manager.sh -s ssid -c chan -p pass

The following command line switches are recognized.
-s  --Sets the SSID to ssid. "-s stratux"
-c  --Sets the channel to chan. "-c 1"
-o  --Turns off encryption and sets network to open. Cannot be used with -e or -p.
-e  --Turns on encryption with passphrase SquawkDirtyToMe!{NORM}. Cannot be used with -o or -p
-p  --Turns on encryption with your chosen passphrase pass. 8-63 Printable Characters(ascii 32-126). Cannot be used with -o or -e. "-p password!"
-q  --Run silently. Still a work in progress, but quieter.
-h  --Displays this help message. No further functions are performed.

Example: hostapd_manager.sh -s Stratux-N3558D -c 5 -p SquawkDirtyToMe!
2017-06-01 10:15:23 -04:00
peepsnet 575d51c172 Removed encryption options
Since I am unable to get the encryption to work with the edimax I commented all the code out for now in hostapd_manager.sh
2016-12-21 22:45:23 -05:00
peepsnet ed0cc5bd74 set a default passphrase if not choosen
Fixed the script to use a default passphrase("Squawk1200") if option -e used but no passphrase entered.
2016-11-24 12:00:24 -05:00
peepsnet a951410f3f Restart WiFi in script
This change now restarts the WiFI services in the script and no longer needs a restart!!
2016-11-24 11:48:14 -05:00
peepsnet c0a945bb88 edits hostapd.user
this file now edits hostapd.user to change user configurable values for hostapd
2016-11-23 15:54:49 -05:00
peepsnet 9cdd5e3af2 Correct typo and clarify instructions 2016-04-03 01:27:14 -04:00
peepsnet 47bc631568 Completely rewritten for command line flags
Help documentation for go.sh.

Basic usage: hostapd_manager.sh -s ssid -c chan -e pass

Command line switches are optional. The following switches are recognized.
-s  --Sets the SSID to ssid. "-s stratux"
-c  --Sets the channel to chan. "-c 1"
-e  --Turns on encryption with passphrase pass. 8-13 Printable Characters. Cannot be used with -o. "-e password!"
-o  --Turns off encryption and sets network to open. Cannot be used with -e.
-h  --Displays this help message. No further functions are performed.

Example: hostapd_manager.sh -s stratux -c 1 -e N3558D
2016-04-01 15:00:51 -04:00
peepsnet cb8a531710 Update hostapd_manager.sh
typo
2016-04-01 12:37:28 -04:00
peepsnet 93841cc4f5 Update hostapd_manager.sh 2016-04-01 01:48:49 -04:00
peepsnet 267c906354 Update hostapd_manager.sh 2016-04-01 01:45:50 -04:00
peepsnet 6a8eb2b3c9 Update hostapd_manager.sh 2016-04-01 01:44:59 -04:00
peepsnet 5612e70e27 Update hostapd_manager.sh 2016-04-01 01:44:23 -04:00
peepsnet 039e0c231e Hostapd_manager.sh
File to modify:
/etc/hostapd/hostapd.conf
/etc/hostapd/hostapd-edimax.conf

This is a improvement on the script that was uploaded to reddit. 
https://www.reddit.com/r/stratux/comments/4c0ffw/change_ssid_bash_script/

usage:
hostapd_manager.sh ssid channel passphrase
2016-04-01 00:59:50 -04:00