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