Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Nov 2021 18:32:11 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: 580c04df4db6 - stable/13 - wpa: Enable RSN Preauthentication
Message-ID:  <202111041832.1A4IWBoU004056@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=580c04df4db670a023a2f8e95ae4889b8e3dc4bf

commit 580c04df4db670a023a2f8e95ae4889b8e3dc4bf
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-09-03 13:14:59 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-11-04 18:30:24 +0000

    wpa: Enable RSN Preauthentication
    
    RSN Preauthentication allows a station autnetnicate to an AP that
    it is not associated with yet while associated with a different AP.
    This allows athentication to multiple APs simulteneously.
    
    Tested by:      philip
    
    (cherry picked from commit bd452dcbede69b1862c769f244948f94b86448b5)
---
 usr.sbin/wpa/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.sbin/wpa/Makefile.inc b/usr.sbin/wpa/Makefile.inc
index a43792d97403..915b5312f02f 100644
--- a/usr.sbin/wpa/Makefile.inc
+++ b/usr.sbin/wpa/Makefile.inc
@@ -71,6 +71,7 @@ CFLAGS+=-DEAP_TLS_FUNCS
 CFLAGS+=-DCONFIG_WNM
 CFLAGS+=-DCONFIG_WNM_AP
 CFLAGS+=-DCONFIG_MBO
+CFLAGS+=-DCONFIG_RSN_PREAUTH
 
 .if ${MK_WPA_SUPPLICANT_EAPOL} != "no"
 CFLAGS+=-DCONFIG_HS20 \



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