diff options
Diffstat (limited to 'share/man/man4/ath.4')
-rw-r--r-- | share/man/man4/ath.4 | 22 |
1 files changed, 14 insertions, 8 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 |