wpa: Disable P2P in WPS

Disable P2P in WPS as it is not supported by FreeBSD. Also, it is not
enabled in wpa_supplicant so the WPS P2P code is redundant.

PR:		264238
Reported by:	adrian

(cherry picked from commit 3e8eb5c7f4)
This commit is contained in:
Cy Schubert 2022-06-22 20:51:27 -07:00
parent 1ecfe31e42
commit 0fe8af4b2a

View file

@ -27,8 +27,6 @@ SRCS= http_client.c \
wps_upnp_ssdp.c \
wps_upnp_web.c
CFLAGS+=-DCONFIG_P2P
.if ${MK_INET6} != "no"
CFLAGS+= -DCONFIG_IPV6
.endif