hostapd/src/pasn
Vinay Gannevaram 147f836924 PASN: Add set and get API for PASN data context
Modules that use libpasn for PASN authentication need the context of
PASN data. PASN data is a common context for the library and the modules
using it. Hence, initialize the context through init and deinit
functions. Also use set and get functions to update the parameters.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
2024-04-06 00:12:54 +03:00
..
Makefile PASN: Move responder functionality into a separate file 2022-11-04 00:52:17 +02:00
pasn_common.c PASN: Add set and get API for PASN data context 2024-04-06 00:12:54 +03:00
pasn_common.h PASN: Add set and get API for PASN data context 2024-04-06 00:12:54 +03:00
pasn_initiator.c PASN: Add set and get API for PASN data context 2024-04-06 00:12:54 +03:00
pasn_responder.c PASN: Add set and get API for PASN data context 2024-04-06 00:12:54 +03:00