]> git.ipfire.org Git - thirdparty/hostap.git/commit
PASN: Add support to reject PASN auth 1 based on user input
authorShivam Rai <quic_shivamr@quicinc.com>
Mon, 12 Aug 2024 06:09:46 +0000 (11:39 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 22 Aug 2024 08:28:19 +0000 (11:28 +0300)
commit8f21cdf9d765f2d1462fef8f96dcf2e878f938dc
tree94e5887b3f1444301e7c203118e60934d766196e
parent18116e38a2c9894496ef22b010264da166646f8b
PASN: Add support to reject PASN auth 1 based on user input

When the PASN implementation is used as a library for Wi-Fi Aware
applications there is need to reject the PASN auth 1 frame based on the
user input. Add support to send PASN auth 2 with failure status for
auth 1 frame received to address this need.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/ieee802_11.c
src/pasn/pasn_common.h
src/pasn/pasn_responder.c