]> git.ipfire.org Git - thirdparty/hostap.git/commit
Replace PTKSA cache inline stubs with wrapper function stubs
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Thu, 1 Feb 2024 03:08:33 +0000 (08:38 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 5 Apr 2024 17:07:32 +0000 (20:07 +0300)
commitba55088a73a811fcfe42231ac5a39f71b26e03b3
treec1496aa1ecd092e87a7f07f8fbf5f4d6a2615305
parente2ae53e1dbce10161a90bf2e64fd7241e40f4b71
Replace PTKSA cache inline stubs with wrapper function stubs

PTKSA cache API is included in libpasn.so used by external modules,
e.g., Wi-Fi Aware. To avoid dependency on CONFIG_PTKSA_CACHE define for
the external modules at compile time, remove PTKSA cache static inline
functions from the header file and add wrapper function stubs.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
hostapd/Android.mk
hostapd/Makefile
src/common/ptksa_cache.c
src/common/ptksa_cache.h
wpa_supplicant/Android.mk
wpa_supplicant/Makefile