hostapd: bump to 2024-03-09
[openwrt/staging/xback.git] / package / network / services / hostapd / patches / 050-build_fix.patch
1 --- a/hostapd/Makefile
2 +++ b/hostapd/Makefile
3 @@ -326,6 +326,7 @@ ifdef CONFIG_FILS
4 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
13 @@ -334,6 +334,7 @@ endif
14 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