diff options
author | 2020-05-16 17:03:34 +0000 | |
---|---|---|
committer | 2020-05-16 17:03:34 +0000 | |
commit | 583928f676d0807d9144dd499b2b628a3277f089 (patch) | |
tree | 071b23fb5dbde19e57080ded682dc91c4df0c097 | |
parent | list example files in FILES with a short description: generally, "Example (diff) | |
download | wireguard-openbsd-583928f676d0807d9144dd499b2b628a3277f089.tar.xz wireguard-openbsd-583928f676d0807d9144dd499b2b628a3277f089.zip |
document that these devices support background scanning;
suggested by and ok stsp
-rw-r--r-- | share/man/man4/iwm.4 | 8 | ||||
-rw-r--r-- | share/man/man4/iwn.4 | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/share/man/man4/iwm.4 b/share/man/man4/iwm.4 index 6bc2fc75649..e62f286c08f 100644 --- a/share/man/man4/iwm.4 +++ b/share/man/man4/iwm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwm.4,v 1.32 2019/11/27 16:41:44 stsp Exp $ +.\" $OpenBSD: iwm.4,v 1.33 2020/05/16 17:03:34 jmc 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 27 2019 $ +.Dd $Mdocdate: May 16 2020 $ .Dt IWM 4 .Os .Sh NAME @@ -69,6 +69,10 @@ WPA-Enterprise networks require use of the wpa_supplicant package. .\"driver offloads both encryption and decryption of unicast data frames to the .\"hardware for the CCMP cipher. .Pp +In BSS mode the driver supports background scanning; +see +.Xr ifconfig 8 . +.Pp The .Nm driver can be configured at runtime with diff --git a/share/man/man4/iwn.4 b/share/man/man4/iwn.4 index 4dfd57d777b..5fa8f55c360 100644 --- a/share/man/man4/iwn.4 +++ b/share/man/man4/iwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwn.4,v 1.54 2019/11/10 14:10:41 sthen Exp $ +.\" $OpenBSD: iwn.4,v 1.55 2020/05/16 17:03:34 jmc 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 10 2019 $ +.Dd $Mdocdate: May 16 2020 $ .Dt IWN 4 .Os .Sh NAME @@ -113,9 +113,9 @@ The driver offloads both encryption and decryption of unicast data frames to the hardware for the CCMP cipher. .Pp -In BSS mode, -the driver supports powersave mode, -which can be enabled via +In BSS mode the driver supports powersave mode +and background scanning; +see .Xr ifconfig 8 . .Pp The |