]> git.ipfire.org Git - thirdparty/hostap.git/commit
PASN: Add functions to compute PTK, MIC and hash
authorIlan Peer <ilan.peer@intel.com>
Wed, 16 Dec 2020 11:00:21 +0000 (13:00 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 25 Jan 2021 16:36:40 +0000 (18:36 +0200)
commitc6d1a33bb085fdcc885a01f5fd5be4cb04d26119
treea9d816ae4dd8042b43128de6aecd8d9ae512043f
parentd87f4aea11d87d96b8a0d1ce33e2765574fe6474
PASN: Add functions to compute PTK, MIC and hash

1. Add a function to derive the PTK from a PMK and additional data.
2. Add a function to calculate the MIC for a PASN frames.
3. Add a function to compute the hash of an authentication frame body.

The above are built only in case that CONFIG_PASN is enabled at build
time.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
src/common/defs.h
src/common/wpa_common.c
src/common/wpa_common.h
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/defconfig