diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-11-10 14:10:42 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-11-10 14:10:42 +0000 |
commit | f1f25f7f724a6b475e024626b839ebaddbe459b9 (patch) | |
tree | ddac67edbea3dd6bd590b0c6003f491642e83697 /share | |
parent | 24f3d98740c5732e41b3f9cf442122dc4e923cd4 (diff) |
for the net80211 drivers supporting WPA, update to a new unified text showing
that WPA1 is disabled by default, and provide a couple of extra pointers about
configuration. direction of change proposed by stsp, ok jmc stsp
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ath.4 | 22 | ||||
-rw-r--r-- | share/man/man4/athn.4 | 22 | ||||
-rw-r--r-- | share/man/man4/bwfm.4 | 22 | ||||
-rw-r--r-- | share/man/man4/bwi.4 | 22 | ||||
-rw-r--r-- | share/man/man4/ipw.4 | 22 | ||||
-rw-r--r-- | share/man/man4/iwi.4 | 22 | ||||
-rw-r--r-- | share/man/man4/iwm.4 | 22 | ||||
-rw-r--r-- | share/man/man4/iwn.4 | 22 | ||||
-rw-r--r-- | share/man/man4/malo.4 | 22 | ||||
-rw-r--r-- | share/man/man4/otus.4 | 28 | ||||
-rw-r--r-- | share/man/man4/ral.4 | 22 | ||||
-rw-r--r-- | share/man/man4/rsu.4 | 22 | ||||
-rw-r--r-- | share/man/man4/rtwn.4 | 22 | ||||
-rw-r--r-- | share/man/man4/rum.4 | 22 | ||||
-rw-r--r-- | share/man/man4/run.4 | 22 | ||||
-rw-r--r-- | share/man/man4/upgt.4 | 22 | ||||
-rw-r--r-- | share/man/man4/ural.4 | 22 | ||||
-rw-r--r-- | share/man/man4/urtw.4 | 22 | ||||
-rw-r--r-- | share/man/man4/urtwn.4 | 22 | ||||
-rw-r--r-- | share/man/man4/wpi.4 | 22 | ||||
-rw-r--r-- | share/man/man4/zyd.4 | 22 |
21 files changed, 300 insertions, 168 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index 92dc4f4e116..80df7be3990 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ath.4,v 1.66 2019/03/29 07:07:05 jmc Exp $ +.\" $OpenBSD: ath.4,v 1.67 2019/11/10 14:10:41 sthen Exp $ .\" $NetBSD: ath.4,v 1.5 2004/07/03 16:58:18 mycroft Exp $ .\" .\" Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting @@ -42,7 +42,7 @@ .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/ath.4,v 1.16 2004/02/18 08:30:08 maxim Exp $ .\" parts from $FreeBSD: /repoman/r/ncvs/src/share/man/man4/ath_hal.4,v 1.7 2004/01/07 20:49:51 blackend Exp $ .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt ATH 4 .Os .Sh NAME @@ -119,12 +119,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. .Pp AR5211 and AR5212 support the AES, TKIP, and Michael cryptographic operations required for WPA in hardware but at this time the driver diff --git a/share/man/man4/athn.4 b/share/man/man4/athn.4 index 71f1d9cd42e..865692736e1 100644 --- a/share/man/man4/athn.4 +++ b/share/man/man4/athn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: athn.4,v 1.38 2019/03/29 22:09:26 jmc Exp $ +.\" $OpenBSD: athn.4,v 1.39 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>. .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt ATHN 4 .Os .Sh NAME @@ -145,12 +145,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver relies on the software 802.11 stack for both encryption and decryption diff --git a/share/man/man4/bwfm.4 b/share/man/man4/bwfm.4 index 278523ee3a2..f1df893ec80 100644 --- a/share/man/man4/bwfm.4 +++ b/share/man/man4/bwfm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bwfm.4,v 1.9 2019/04/04 06:58:56 jmc Exp $ +.\" $OpenBSD: bwfm.4,v 1.10 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2017 Patrick Wildt <patrick@blueri.se> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 4 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt BWFM 4 .Os .Sh NAME @@ -49,12 +49,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver relies on the software 802.11 stack for the WPA handshake. diff --git a/share/man/man4/bwi.4 b/share/man/man4/bwi.4 index 62c7eef8c21..d3868cd1c4a 100644 --- a/share/man/man4/bwi.4 +++ b/share/man/man4/bwi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bwi.4,v 1.42 2019/03/29 17:16:35 jmc Exp $ +.\" $OpenBSD: bwi.4,v 1.43 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt BWI 4 .Os .Sh NAME @@ -51,12 +51,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver relies on the software 802.11 stack for both encryption and decryption diff --git a/share/man/man4/ipw.4 b/share/man/man4/ipw.4 index 5055c9bf8d2..a27d7f791bf 100644 --- a/share/man/man4/ipw.4 +++ b/share/man/man4/ipw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipw.4,v 1.47 2019/03/29 17:16:35 jmc Exp $ +.\" $OpenBSD: ipw.4,v 1.48 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2004 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt IPW 4 .Os .Sh NAME @@ -70,12 +70,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver relies on the software 802.11 stack for both encryption and decryption diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4 index 1b77aac7c55..5790da023c0 100644 --- a/share/man/man4/iwi.4 +++ b/share/man/man4/iwi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwi.4,v 1.53 2019/03/29 17:16:35 jmc Exp $ +.\" $OpenBSD: iwi.4,v 1.54 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2004 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt IWI 4 .Os .Sh NAME @@ -70,12 +70,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver relies on the software 802.11 stack for both encryption and decryption diff --git a/share/man/man4/iwm.4 b/share/man/man4/iwm.4 index e713b5b2b1c..6b2efb30e33 100644 --- a/share/man/man4/iwm.4 +++ b/share/man/man4/iwm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwm.4,v 1.28 2019/11/09 11:06:24 stsp Exp $ +.\" $OpenBSD: iwm.4,v 1.29 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2007,2008 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 9 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt IWM 4 .Os .Sh NAME @@ -52,12 +52,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver offloads both encryption and decryption of unicast data frames to the diff --git a/share/man/man4/iwn.4 b/share/man/man4/iwn.4 index 455ea5051cb..4dfd57d777b 100644 --- a/share/man/man4/iwn.4 +++ b/share/man/man4/iwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwn.4,v 1.53 2019/03/29 07:07:05 jmc Exp $ +.\" $OpenBSD: iwn.4,v 1.54 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2007,2008 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt IWN 4 .Os .Sh NAME @@ -96,12 +96,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver offloads both encryption and decryption of unicast data frames to the diff --git a/share/man/man4/malo.4 b/share/man/man4/malo.4 index 4d8c6bc0a4f..51099484f48 100644 --- a/share/man/man4/malo.4 +++ b/share/man/man4/malo.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malo.4,v 1.48 2019/03/29 17:16:35 jmc Exp $ +.\" $OpenBSD: malo.4,v 1.49 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" @@ -26,7 +26,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt MALO 4 .Os .Sh NAME @@ -65,12 +65,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver relies on the software 802.11 stack for both encryption and decryption diff --git a/share/man/man4/otus.4 b/share/man/man4/otus.4 index cc6e0113be4..8019c115f97 100644 --- a/share/man/man4/otus.4 +++ b/share/man/man4/otus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: otus.4,v 1.32 2019/03/29 17:16:35 jmc Exp $ +.\" $OpenBSD: otus.4,v 1.33 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt OTUS 4 .Os .Sh NAME @@ -54,12 +54,24 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. .Pp The .Nm diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4 index 0acc2921823..d49e28c8214 100644 --- a/share/man/man4/ral.4 +++ b/share/man/man4/ral.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ral.4,v 1.114 2019/03/29 07:07:05 jmc Exp $ +.\" $OpenBSD: ral.4,v 1.115 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2005-2010 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt RAL 4 .Os .Sh NAME @@ -108,12 +108,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. .Pp The .Nm diff --git a/share/man/man4/rsu.4 b/share/man/man4/rsu.4 index c87f8107e79..1bd0d609419 100644 --- a/share/man/man4/rsu.4 +++ b/share/man/man4/rsu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsu.4,v 1.21 2019/03/29 17:16:35 jmc Exp $ +.\" $OpenBSD: rsu.4,v 1.22 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt RSU 4 .Os .Sh NAME @@ -58,12 +58,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. .Pp The .Nm diff --git a/share/man/man4/rtwn.4 b/share/man/man4/rtwn.4 index 53d56f0f137..f89e3c5ae1e 100644 --- a/share/man/man4/rtwn.4 +++ b/share/man/man4/rtwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtwn.4,v 1.8 2019/03/29 17:16:35 jmc Exp $ +.\" $OpenBSD: rtwn.4,v 1.9 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> .\" Copyright (c) 2015 Stefan Sperling <stsp@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt RTWN 4 .Os .Sh NAME @@ -62,12 +62,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. .Pp The .Nm diff --git a/share/man/man4/rum.4 b/share/man/man4/rum.4 index b9a80a1bc2e..87172637ad3 100644 --- a/share/man/man4/rum.4 +++ b/share/man/man4/rum.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rum.4,v 1.60 2019/03/29 17:16:35 jmc Exp $ +.\" $OpenBSD: rum.4,v 1.61 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2005-2007 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt RUM 4 .Os .Sh NAME @@ -79,12 +79,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver relies on the software 802.11 stack for both encryption and decryption diff --git a/share/man/man4/run.4 b/share/man/man4/run.4 index 0fe9d57f056..d108ec53b94 100644 --- a/share/man/man4/run.4 +++ b/share/man/man4/run.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: run.4,v 1.53 2019/03/29 17:16:35 jmc Exp $ +.\" $OpenBSD: run.4,v 1.54 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt RUN 4 .Os .Sh NAME @@ -65,12 +65,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver offloads both encryption and decryption of data frames to the diff --git a/share/man/man4/upgt.4 b/share/man/man4/upgt.4 index 1912c1176b0..6af74e46619 100644 --- a/share/man/man4/upgt.4 +++ b/share/man/man4/upgt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: upgt.4,v 1.26 2019/03/29 17:16:35 jmc Exp $ +.\" $OpenBSD: upgt.4,v 1.27 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> .\" Copyright (c) 2005-2007 @@ -48,7 +48,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt UPGT 4 .Os .Sh NAME @@ -84,12 +84,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver relies on the software 802.11 stack for both encryption and decryption diff --git a/share/man/man4/ural.4 b/share/man/man4/ural.4 index 200dbf8084a..cc175d1d248 100644 --- a/share/man/man4/ural.4 +++ b/share/man/man4/ural.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ural.4,v 1.23 2018/07/15 10:44:49 phessler Exp $ +.\" $OpenBSD: ural.4,v 1.24 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2005-2007 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 15 2018 $ +.Dd $Mdocdate: November 10 2019 $ .Dt URAL 4 .Os .Sh NAME @@ -67,12 +67,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver relies on the software 802.11 stack for both encryption and decryption diff --git a/share/man/man4/urtw.4 b/share/man/man4/urtw.4 index 84b654ffac2..1e7874294d6 100644 --- a/share/man/man4/urtw.4 +++ b/share/man/man4/urtw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: urtw.4,v 1.25 2019/03/29 17:16:35 jmc Exp $ +.\" $OpenBSD: urtw.4,v 1.26 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2008 Weongyo Jeong <weongyo@FreeBSD.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt URTW 4 .Os .Sh NAME @@ -50,12 +50,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver relies on the software 802.11 stack for both encryption and decryption diff --git a/share/man/man4/urtwn.4 b/share/man/man4/urtwn.4 index 0555e7bd369..784a5b68458 100644 --- a/share/man/man4/urtwn.4 +++ b/share/man/man4/urtwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: urtwn.4,v 1.46 2019/03/29 17:16:35 jmc Exp $ +.\" $OpenBSD: urtwn.4,v 1.47 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt URTWN 4 .Os .Sh NAME @@ -64,12 +64,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. .Pp The .Nm diff --git a/share/man/man4/wpi.4 b/share/man/man4/wpi.4 index ef250b13ea5..fe248a44819 100644 --- a/share/man/man4/wpi.4 +++ b/share/man/man4/wpi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wpi.4,v 1.41 2019/03/29 07:07:05 jmc Exp $ +.\" $OpenBSD: wpi.4,v 1.42 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 2006, 2007 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt WPI 4 .Os .Sh NAME @@ -61,12 +61,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver offloads both encryption and decryption of unicast data frames to the diff --git a/share/man/man4/zyd.4 b/share/man/man4/zyd.4 index b0f5b4dcb1e..0d232e2dee4 100644 --- a/share/man/man4/zyd.4 +++ b/share/man/man4/zyd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zyd.4,v 1.45 2019/03/29 22:25:03 jmc Exp $ +.\" $OpenBSD: zyd.4,v 1.46 2019/11/10 14:10:41 sthen Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -30,7 +30,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 29 2019 $ +.Dd $Mdocdate: November 10 2019 $ .Dt ZYD 4 .Os .Sh NAME @@ -66,12 +66,18 @@ The .Nm driver can be configured to use Wired Equivalent Privacy (WEP) or -Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). -WPA is the current encryption standard for wireless networks. -It is strongly recommended that WEP -not be used as the sole mechanism -to secure wireless communication, -due to serious weaknesses in it. +Wi-Fi Protected Access (WPA1 and WPA2). +WPA2 is the current encryption standard for wireless networks. +It is strongly recommended that neither WEP nor WPA1 +are used as the sole mechanism to secure wireless communication, +due to serious weaknesses. +WPA1 is disabled by default and may be enabled using the option +.Qq Cm wpaprotos Ar wpa1,wpa2 . +For standard WPA networks which use pre-shared keys (PSK), +keys are configured using the +.Qq Cm wpakey +option. +WPA-Enterprise networks require use of the wpa_supplicant package. The .Nm driver relies on the software 802.11 stack for both encryption and decryption |