]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Move H2E and PK flags to main sae_data
authorJouni Malinen <jouni@codeaurora.org>
Sat, 6 Jun 2020 09:08:37 +0000 (12:08 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 6 Jun 2020 12:18:13 +0000 (15:18 +0300)
commitcc22fb1b869ccd8c0c6f52134cb29e25a6b45c16
tree85e10607211d476d3317af0b504fcc015604bc1e
parentbc908daacec237d6450f38e1077daed9e0cbbf2e
SAE: Move H2E and PK flags to main sae_data

This maintains knowledge of whether H2E or PK was used as part of the
SAE authentication beyond the removal of temporary state needed during
that authentication. This makes it easier to use information about which
kind of SAE authentication was used at higher layer functionality.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/drv_callbacks.c
src/ap/ieee802_11.c
src/common/sae.c
src/common/sae.h
src/common/sae_pk.c
wpa_supplicant/sme.c