]> git.ipfire.org Git - thirdparty/hostap.git/commit
Move SAE comeback token functionality into a separate file
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Fri, 7 Oct 2022 15:03:25 +0000 (20:33 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 3 Nov 2022 22:52:17 +0000 (00:52 +0200)
commit975b7a02cb930a5e3fe5d663c3640bb9af62a9c7
tree766507c3519c4832ce9e0fdb40ef3d7407b0acf4
parent1711fe9121c546e7be5e59c9db2715f0f3bbc6ae
Move SAE comeback token functionality into a separate file

This is helpful in being able to get the functionality needed for SAE
into a separate library (libpasn.so) without needing all of the
ieee802_11.c functionality.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
hostapd/Android.mk
hostapd/Makefile
src/ap/comeback_token.c [new file with mode: 0644]
src/ap/comeback_token.h [new file with mode: 0644]
src/ap/ieee802_11.c
wpa_supplicant/Android.mk
wpa_supplicant/Makefile