create_ap

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

commit 503e715d4e01675c07a26f5c11fe6dcea4408ca8
parent 309b56f5fcf897a1485fefe5d06262715f07b25b
Author: oblique <psyberbits@gmail.com>
Date:   Thu, 28 Aug 2014 20:46:52 +0300

update README.md

Diffstat:
MREADME.md | 4++--
Mcreate_ap | 1+
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -16,6 +16,7 @@ * hostapd * iproute2 * iw +* iwconfig (you only need this if 'iw' can not recognize your adapter) * haveged (optional) ### For 'NATed' or 'None' Internet sharing method @@ -78,4 +79,4 @@ Using the persistent [systemd](https://wiki.archlinux.org/index.php/systemd#Basi ## License -FreeBSD -\ No newline at end of file +FreeBSD diff --git a/create_ap b/create_ap @@ -6,6 +6,7 @@ # hostapd # iproute2 # iw +# iwconfig (you only need this if 'iw' can not recognize your adapter) # haveged (optional) # dependencies for 'nat' or 'none' Internet sharing method