From 5cbe80f9c4b568d1b26d859896cb57922f9652b0 Mon Sep 17 00:00:00 2001 From: oblique Date: Sat, 8 Nov 2014 16:50:28 +0200 Subject: [PATCH] Set beacon interval to 100ms Fix #53 --- create_ap | 1 + 1 file changed, 1 insertion(+) diff --git a/create_ap b/create_ap index 5d7371c..660395c 100755 --- 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}