diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-05-03 21:24:57 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-05-03 21:24:57 +0000 |
commit | bc942897e2ccde50d855a9f425c48522fd86b3c1 (patch) | |
tree | 96581e5b33e040488df9597c4d7257d766ccafc3 /share | |
parent | 2a1dbae779144e573ece4e58b7b150553c6fba43 (diff) |
Add monitor mode. Add fast channel switching. Do some simplifications
while there.
Comments, tested, and OK claudio@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/acx.4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/acx.4 b/share/man/man4/acx.4 index d8ea85390e1..f7f1f2457bf 100644 --- a/share/man/man4/acx.4 +++ b/share/man/man4/acx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acx.4,v 1.24 2006/12/19 09:08:18 kettenis Exp $ +.\" $OpenBSD: acx.4,v 1.25 2007/05/03 21:24:56 mglocker Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" Copyright (c) 2006 The DragonFly Project. All rights reserved. @@ -72,12 +72,12 @@ However, actual connections between stations are peer-to-peer. .It Host AP In this mode the driver acts as an access point (base station) for other cards. -.\" .It monitor mode -.\" In this mode the driver is able to receive packets without -.\" associating with an access point. -.\" This disables the internal receive filter and enables the card to -.\" capture packets from networks which it wouldn't normally have access to, -.\" or to scan for access points. +.It monitor mode +In this mode the driver is able to receive packets without +associating with an access point. +This disables the internal receive filter and enables the card to +capture packets from networks which it wouldn't normally have access to, +or to scan for access points. .El .Pp .Nm @@ -161,8 +161,8 @@ driver supports the following media options: Select Host AP operation. .It Cm ibss Select IBSS operation. -.\".It Cm monitor -.\"Select monitor mode. +.It Cm monitor +Select monitor mode. .El .It Fl mediaopt Ar opts Disable the specified media options on the driver and return it to the |