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:
parent
b77eab282a
commit
e1c7954d5d
1 changed files with 10 additions and 0 deletions
|
@ -527,6 +527,16 @@ CONFIG_IEEE8021X_EAPOL=y
|
||||||
NEED_DH_GROUPS=y
|
NEED_DH_GROUPS=y
|
||||||
NEED_SHA256=y
|
NEED_SHA256=y
|
||||||
NEED_BASE64=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
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_EAP_IKEV2
|
ifdef CONFIG_EAP_IKEV2
|
||||||
|
|
Loading…
Reference in a new issue