From 611308365ea9ee4cd1f20cf5775b7b92c4204852 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 19 Feb 2019 14:44:19 +0100 Subject: [PATCH] defconfig: Enable IEEE 802.11w management frame protection (wpa_supplicant) NetworkManager can use these if available and the distros generally enable this already. Signed-off-by: Lubomir Rintel --- wpa_supplicant/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 231a0ab22..4cb292e83 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -299,7 +299,7 @@ CONFIG_BACKEND=file # IEEE 802.11w (management frame protection), also known as PMF # Driver support is also needed for IEEE 802.11w. -#CONFIG_IEEE80211W=y +CONFIG_IEEE80211W=y # Support Operating Channel Validation #CONFIG_OCV=y