Date: Tue, 16 Aug 2022 19:09:41 GMT From: Jens Schweikhardt <schweikh@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1f5e2d569db7 - main - Oops, wlan(4) is not the removed an(4). Restore that paragraph. Message-ID: <202208161909.27GJ9fJ5087928@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by schweikh: URL: https://cgit.FreeBSD.org/src/commit/?id=1f5e2d569db7aa093f683fd1995fe2035780043c commit 1f5e2d569db7aa093f683fd1995fe2035780043c Author: Jens Schweikhardt <schweikh@FreeBSD.org> AuthorDate: 2022-08-16 19:08:17 +0000 Commit: Jens Schweikhardt <schweikh@FreeBSD.org> CommitDate: 2022-08-16 19:08:17 +0000 Oops, wlan(4) is not the removed an(4). Restore that paragraph. --- usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 index 6d8db4e8f9b7..42e2b28481ef 100644 --- a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 +++ b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 @@ -60,6 +60,13 @@ is an implementation of the WPA Supplicant component, i.e., the part that runs in the client stations. It implements WPA key negotiation with a WPA Authenticator and EAP authentication with an Authentication Server. +In addition, +.Nm +controls the roaming and IEEE 802.11 +authentication/association support of the +.Xr wlan 4 +module and can be used to configure static WEP keys +based on identified networks. .Pp The .Nm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208161909.27GJ9fJ5087928>