Go to file
2013-09-28 09:04:52 +03:00
create_ap add an option that disables Internet sharing 2013-09-28 08:58:24 +03:00
README.md add README.md 2013-09-28 09:04:52 +03:00

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