]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPA: Add PTKSA cache implementation
authorIlan Peer <ilan.peer@intel.com>
Wed, 16 Dec 2020 11:00:26 +0000 (13:00 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 25 Jan 2021 16:36:40 +0000 (18:36 +0200)
commita4e36916168ae35bd87187e10d02b4da8f5a2600
tree32355533a80bcfebbaa34619e38b9917080b40f8
parenta84ba92fa0ae5928c697f4f18cc52eae8708870f
WPA: Add PTKSA cache implementation

In order to be able to perform secure LTF measurements, both the
initiator and the responder need to first derive TK and KDK and store
them, so they would later be available for the secure LTF negotiation.

Add a basic implementation of a PTKSA cache that stores derived TK/KDK
which can later be used for secure LTF negotiation, and add it to the
build configuration.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
src/common/Makefile
src/common/ptksa_cache.c [new file with mode: 0644]
src/common/ptksa_cache.h [new file with mode: 0644]