Added CONFIG_WPS_UPNP for wpa_supplicant tests

For now, this is just an undocumented build option to make it possible
to build ../src/wps/*.o in a way that matches with hostapd needs.
This commit is contained in:
Jouni Malinen 2009-02-06 13:52:30 +02:00 committed by Jouni Malinen
parent b77eab282a
commit e1c7954d5d
1 changed files with 10 additions and 0 deletions

View File

@ -527,6 +527,16 @@ CONFIG_IEEE8021X_EAPOL=y
NEED_DH_GROUPS=y
NEED_SHA256=y
NEED_BASE64=y
ifdef CONFIG_WPS_UPNP
CFLAGS += -DCONFIG_WPS_UPNP
OBJS += ../src/wps/wps_upnp.o
OBJS += ../src/wps/wps_upnp_ssdp.o
OBJS += ../src/wps/wps_upnp_web.o
OBJS += ../src/wps/wps_upnp_event.o
OBJS += ../src/wps/httpread.o
endif
endif
ifdef CONFIG_EAP_IKEV2