From 030fa24210f13f57d14b453b4ee9c0136a02b486 Mon Sep 17 00:00:00 2001 From: Max Fiedler Date: Sun, 16 Feb 2025 12:44:02 +0100 Subject: [PATCH] fix config --- hostapd-wpe.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hostapd-wpe.conf b/hostapd-wpe.conf index 1adb243..34aec64 100644 --- a/hostapd-wpe.conf +++ b/hostapd-wpe.conf @@ -5,7 +5,7 @@ interface=wlan0 driver=nl80211 # empty to allow the AP to respond dynamically -ssid= +ssid="" # the used channel on the band channel=6 @@ -19,9 +19,6 @@ hw_mode=g # allows broadcasting of SSID ignore_broadcast_ssid=0 -# enable Karma mode, meaning to respond to all probe requests -karma_enable=1 - # determines how often the AP sends beacon frames (in time units, TU, where 1 TU = 1024 µs) # lower values mean more frequent beacons, making the AP more responsive but increasing channel congestion beacon_int=100