From: Michael Tremer Date: Wed, 23 Jul 2025 15:47:57 +0000 (+0200) Subject: hostapd: Perform radar detection in the background X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11fdad6801f2eedcc80d7cf68d54ee085c5d2ef3;p=ipfire-2.x.git hostapd: Perform radar detection in the background Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/packages/hostapd b/src/initscripts/packages/hostapd index 84576e378..ef4fb3b76 100644 --- a/src/initscripts/packages/hostapd +++ b/src/initscripts/packages/hostapd @@ -358,6 +358,9 @@ write_config() { echo "local_pwr_constraint=3" echo "spectrum_mgmt_required=1" + # Try to perform radar detetection in the background (if supported by the driver) + echo "enable_background_radar=1" + # Always enable WMM echo "wmm_enabled=1"