]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP2: Extend wpa_pmk_to_ptk() to support extra Z.x component in context
authorJouni Malinen <jouni@codeaurora.org>
Sun, 17 Mar 2019 20:02:06 +0000 (22:02 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 17 Mar 2019 23:31:31 +0000 (01:31 +0200)
commitecacd9ccd45682949f5136ea4f18e131a159846c
treed3d5ebb370e07dbc4fd72e4b4b37bdf655192374
parent16a4e931f03e28b221c7c285ff44f7a70163aa0d
DPP2: Extend wpa_pmk_to_ptk() to support extra Z.x component in context

DPP allows Diffie-Hellman exchange to be used for PFS in PTK derivation.
This requires an additional Z.x (x coordinate of the DH shared secret)
to be passed to wpa_pmk_to_ptk(). This commit adds that to the function
and updates all the callers to pass NULL,0 for that part in preparation
of the DPP specific changes to start using this.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/wpa_auth.c
src/common/wpa_common.c
src/common/wpa_common.h
src/rsn_supp/wpa.c
wlantest/rx_eapol.c