Include aes_unwrap in build when needed (FT and EAP-FAST server)
This commit is contained in:
parent
0e27f655f1
commit
786c4fee9d
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,7 @@ ifdef CONFIG_IEEE80211R
|
||||||
CFLAGS += -DCONFIG_IEEE80211R
|
CFLAGS += -DCONFIG_IEEE80211R
|
||||||
OBJS += wpa_ft.o
|
OBJS += wpa_ft.o
|
||||||
NEED_SHA256=y
|
NEED_SHA256=y
|
||||||
|
NEED_AES_UNWRAP=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_IEEE80211N
|
ifdef CONFIG_IEEE80211N
|
||||||
|
@ -253,6 +254,7 @@ OBJS += ../src/eap_server/eap_fast.o
|
||||||
OBJS += ../src/eap_common/eap_fast_common.o
|
OBJS += ../src/eap_common/eap_fast_common.o
|
||||||
TLS_FUNCS=y
|
TLS_FUNCS=y
|
||||||
NEED_T_PRF=y
|
NEED_T_PRF=y
|
||||||
|
NEED_AES_UNWRAP=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_WPS
|
ifdef CONFIG_WPS
|
||||||
|
|
Loading…
Reference in a new issue