]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow PMF to be enabled by default
authorJouni Malinen <j@w1.fi>
Sat, 24 Nov 2012 20:21:29 +0000 (22:21 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 24 Nov 2012 20:21:29 +0000 (22:21 +0200)
commit62d498033109e4fff00f6913bfd83f5d01ad2b14
treed61a9cd712a5f2700e2502f369f78c6e48f9f891
parent368b1957a61bd0c2932c7532660dff770960047c
Allow PMF to be enabled by default

Previously, PMF (protected management frames, IEEE 802.11w) could be
enabled only with a per-network parameter (ieee80211w). The new global
parameter (pmf) can now be used to change the default behavior to be PMF
enabled (pmf=1) or required (pmf=2) for network blocks that do not
override this with the ieee80211w parameter.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/common/defs.h
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/config_winreg.c
wpa_supplicant/events.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant.conf