blob: c9268f59e3d0a38cf354f6de42d4c7e0216ac161 [file] [log] [blame]
developer7b43f2d2022-04-29 17:53:25 +08001--- a/hostapd/Makefile
2+++ b/hostapd/Makefile
developer198585d2022-09-22 17:12:54 +08003@@ -324,6 +324,7 @@ ifdef CONFIG_FILS
developer7b43f2d2022-04-29 17:53:25 +08004 CFLAGS += -DCONFIG_FILS
5 OBJS += ../src/ap/fils_hlp.o
6 NEED_SHA384=y
7+NEED_HMAC_SHA384_KDF=y
8 NEED_AES_SIV=y
9 ifdef CONFIG_FILS_SK_PFS
10 CFLAGS += -DCONFIG_FILS_SK_PFS
11--- a/wpa_supplicant/Makefile
12+++ b/wpa_supplicant/Makefile
developer198585d2022-09-22 17:12:54 +080013@@ -320,6 +320,7 @@ endif
developer7b43f2d2022-04-29 17:53:25 +080014 ifdef CONFIG_FILS
15 CFLAGS += -DCONFIG_FILS
16 NEED_SHA384=y
17+NEED_HMAC_SHA384_KDF=y
18 NEED_AES_SIV=y
19 ifdef CONFIG_FILS_SK_PFS
20 CFLAGS += -DCONFIG_FILS_SK_PFS