]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Require use of PMF for DPP AKM
authorJouni Malinen <jouni@codeaurora.org>
Tue, 6 Feb 2018 18:54:55 +0000 (20:54 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 6 Feb 2018 20:08:21 +0000 (22:08 +0200)
commit70e1901371a08c91b7c630991696b6eecb7ad609
tree9b878d29e123ab389e0e12c6e28ef98e52436b94
parent3e3d634fa7238537b9a6b2778f311d03bc713175
DPP: Require use of PMF for DPP AKM

Previously, wpa_supplicant set PMF as optional for the DPP AKM since
there was no clear statement about this requirement in the tech spec.
Now that this requirement has been added, update the implementation to
match. In addition, set ssid->ieee80211w using the actual enum
mfp_options values instead of magic constants to make this a bit more
readable.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/dpp_supplicant.c