f143ddd5841b76c72360ec62ee61164969331761

- SSID is the first line - PASSPHRASE is the second line example: echo -e 'MyAccessPoint\nMyPassPhrase' | create_ap wlan0 eth0
Dependencies
- bash (to run this script)
- util-linux (for getopt)
- hostapd
- dnsmasq
- iptables
- iproute2
- haveged (optional)
Examples
No passphrase (open network):
./create_ap wlan0 eth0 MyAccessPoint
WPA + WPA2 passphrase:
./create_ap wlan0 eth0 MyAccessPoint MyPassPhrase
AP without Internet sharing:
./create_ap -n wlan0 MyAccessPoint MyPassPhrase
Description
Languages
Shell
98.3%
Makefile
1.7%