Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2022 00:47:21 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 8784898e9a6d - stable/12 - wpa: Disable P2P in WPS
Message-ID:  <202206260047.25Q0lLNp066413@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=8784898e9a6d18c1d9eda42c207fda0092f84233

commit 8784898e9a6d18c1d9eda42c207fda0092f84233
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-06-23 03:51:27 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-06-26 00:47:11 +0000

    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 3e8eb5c7f4909209c042403ddee340b2ee7003a5)
---
 usr.sbin/wpa/src/wps/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/usr.sbin/wpa/src/wps/Makefile b/usr.sbin/wpa/src/wps/Makefile
index 5f5485d69bce..8890c34fb0a3 100644
--- a/usr.sbin/wpa/src/wps/Makefile
+++ b/usr.sbin/wpa/src/wps/Makefile
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206260047.25Q0lLNp066413>