create_ap

create a nat-ed wifi ap
git clone git://git.2f30.org/create_ap
Log | Files | Refs | README | LICENSE

commit 26daf4bcdbe3d70cf38b65b327c68727a18bdf8a
parent 354bddb0bed73b09942b339e79c7a7ec62248797
Author: oblique <psyberbits@gmail.com>
Date:   Sat, 28 Sep 2013 09:04:52 +0300

add README.md

Diffstat:
AREADME.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,13 @@ +## 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 +\ No newline at end of file