From 6fb6de55b703872469113e548a9c79bf5e5ce1f9 Mon Sep 17 00:00:00 2001 From: Matthias Strubel Date: Mon, 27 Jun 2016 21:45:07 +0200 Subject: [PATCH] hostapd.conf: default client isolation paramter Fixes #157 --- piratebox/piratebox/conf/hostapd.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/piratebox/piratebox/conf/hostapd.conf b/piratebox/piratebox/conf/hostapd.conf index 3f65ac4..7e93096 100644 --- a/piratebox/piratebox/conf/hostapd.conf +++ b/piratebox/piratebox/conf/hostapd.conf @@ -5,3 +5,7 @@ hw_mode=g channel=1 #auth_algs=1 #ieee80211n=1 + +# Put a # in front of the following line to allow +# direct client 2 client communication +ap_isolate=1