[PATCH] Fix IEEE 802.11w compilation error

Masashi Honma honma at ictec.co.jp
Mon Oct 12 22:33:43 EDT 2009


Hello.

The wpa_supplicant compilation failed with

CONFIG_IEEE80211W=y
CONFIG_TLS=internal
CONFIG_INTERNAL_LIBTOMMATH=y

if

CONFIG_EAP_SIM
CONFIG_EAP_AKA
CONFIG_WPS

are not used.

This patch solves this issue.
This is a patch for the previous my patch.

--- Makefile.bak        2009-10-13 11:27:17.000000000 +0900
+++ Makefile    2009-10-13 11:31:51.000000000 +0900
@@ -116,6 +116,7 @@
 CFLAGS += -DCONFIG_IEEE80211W
 NEED_SHA256=y
 NEED_AES_OMAC1=y
+NEED_AES_CBC=y
 endif
 
 ifdef CONFIG_IEEE80211R


Regards,
Masashi Honma.


More information about the HostAP mailing list