From 8d4dce244dda42ae586da3d00da69114e543284c Mon Sep 17 00:00:00 2001 From: Ilan Peer Date: Wed, 16 Dec 2020 13:00:20 +0200 Subject: [PATCH] wlantest: Include PASN into build Signed-off-by: Ilan Peer --- wlantest/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/wlantest/Makefile b/wlantest/Makefile index 602375112..0045020d4 100644 --- a/wlantest/Makefile +++ b/wlantest/Makefile @@ -25,6 +25,7 @@ CFLAGS += -DCONFIG_SAE CFLAGS += -DCONFIG_OWE CFLAGS += -DCONFIG_DPP CFLAGS += -DCONFIG_SHA384 +CFLAGS += -DCONFIG_PASN OBJS += ../src/common/ieee802_11_common.o OBJS += ../src/common/wpa_common.o