]> git.ipfire.org Git - thirdparty/hostap.git/commit
PASN: Move responder functionality into a separate file
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Sun, 30 Oct 2022 13:10:07 +0000 (18:40 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 3 Nov 2022 22:52:17 +0000 (00:52 +0200)
commit78c5bb7f5099216a247eb049ad407bf4c6505743
tree365b5555235f6746af93fdfb3a06e6ddeaf5acc8
parentc7edfce79a421e699286e4d8573264460cd937b3
PASN: Move responder functionality into a separate file

PASN responder validates auth 1 frame and sends auth 2 frame to the
initiator. It analyses the auth 3 frame and verifies successful
authentication. Wi-Fi Aware modules can reuse this functionality through
a shared library libpasn.so generated from this code. Move the PASN
functionality that is now decoupled from the hapd context into a
separate file in a common directory to make it easier to build such a
library.

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