From 26daf4bcdbe3d70cf38b65b327c68727a18bdf8a Mon Sep 17 00:00:00 2001 From: oblique Date: Sat, 28 Sep 2013 09:04:52 +0300 Subject: [PATCH] add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2150a65 --- /dev/null +++ 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