create_ap

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

commit 5cbe80f9c4b568d1b26d859896cb57922f9652b0
parent f831ad98d6496d5ab037055de0d11dd5e5413544
Author: oblique <psyberbits@gmail.com>
Date:   Sat,  8 Nov 2014 16:50:28 +0200

Set beacon interval to 100ms

Fix #53

Diffstat:
Mcreate_ap | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/create_ap b/create_ap @@ -799,6 +799,7 @@ fi # hostapd config cat << EOF > $CONFDIR/hostapd.conf +beacon_int=100 ssid=${SSID} interface=${WIFI_IFACE} driver=${DRIVER}