]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Allow PMKID to be added into Association Request frame following SAE
authorJouni Malinen <jouni@codeaurora.org>
Wed, 14 Aug 2019 14:49:23 +0000 (17:49 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 14 Aug 2019 14:49:23 +0000 (17:49 +0300)
commitd2b2083843911b361f365415b4e794543b594b8a
tree8f1159ce6bb844672ed91e7b2bbfeb19ab98b76d
parent2ca23faf1c9375450fa0573d759ad71ffd111335
SAE: Allow PMKID to be added into Association Request frame following SAE

IEEE Std 802.11-2016 does not require this behavior from a SAE STA, but
it is not disallowed either, so it is useful to have an option to
identify the derived PMKSA in the immediately following Association
Request frames. This is disabled by default (i.e., no change to previous
behavior) and can be enabled with a global wpa_supplicant configuration
parameter sae_pmkid_in_assoc=1.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/sme.c