From: Michael Tremer Date: Sat, 30 Mar 2019 15:23:55 +0000 (+0100) Subject: wireless-ap: Enable 802.11w by default X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=commitdiff_plain;h=298a1ffe3f10ec14416c3aed19bb541553de160a;hp=21ef3b742e6031cb40d0da94015aced31fc18be2 wireless-ap: Enable 802.11w by default This causes some problems on broken Intel systems, but I guess it is better to prefer security than compatibility in the default settings. Signed-off-by: Michael Tremer --- diff --git a/src/hooks/ports/wireless-ap b/src/hooks/ports/wireless-ap index 7176ee58..9676369f 100644 --- a/src/hooks/ports/wireless-ap +++ b/src/hooks/ports/wireless-ap @@ -50,8 +50,7 @@ DEFAULT_BROADCAST_SSID="on" DEFAULT_DFS="on" # 802.11w - Management Frame Protection -# Disable by default because many clients cannot connect when enabled -DEFAULT_MFP="off" +DEFAULT_MFP="on" DEFAULT_ENVIRONMENT="${WIRELESS_DEFAULT_ENVIRONMENT}"