From: Ilan Peer Date: Wed, 16 Dec 2020 11:00:20 +0000 (+0200) Subject: wlantest: Include PASN into build X-Git-Tag: hostap_2_10~692 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d4dce244dda42ae586da3d00da69114e543284c;p=thirdparty%2Fhostap.git wlantest: Include PASN into build Signed-off-by: Ilan Peer --- 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