From 549e5423b3549aff85c30434e6b920bb5a0a2db6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 25 Jul 2025 12:44:06 +0200 Subject: [PATCH] hostapd: Remove CONFIG_IEEE80211W This option was removed and 802.11w is now always compiled in. Signed-off-by: Michael Tremer --- config/hostapd/config | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/hostapd/config b/config/hostapd/config index f3cfa8682..8bf19375b 100644 --- a/config/hostapd/config +++ b/config/hostapd/config @@ -425,6 +425,3 @@ CONFIG_DPP2=y # Wi-Fi Aware unsynchronized service discovery (NAN USD) #CONFIG_NAN_USD=y - -# Manually added options -CONFIG_IEEE80211W=y -- 2.47.3