]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
hostapd: Perform radar detection in the background
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 Jul 2025 15:47:57 +0000 (17:47 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Sep 2025 11:46:24 +0000 (11:46 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/packages/hostapd

index 84576e3780d752ab4db29d07ff9deb92ef266e93..ef4fb3b7659a03dd2146f7d72c810be4b70c9a6a 100644 (file)
@@ -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"