diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-11-29 12:51:30 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-11-29 12:51:30 +0000 |
commit | cb28cd29dabf0c91090f3a8297b8ce130189f2f5 (patch) | |
tree | 30537b44e199f11c500d76998e29f0a2b64d0111 /share/man/man4/malo.4 | |
parent | 98c4330df10a3ea21f170a57ea3944d8ea99cc53 (diff) |
Enable monitor mode.
ok claudio@
Diffstat (limited to 'share/man/man4/malo.4')
-rw-r--r-- | share/man/man4/malo.4 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man4/malo.4 b/share/man/man4/malo.4 index f8e169d19ee..e1a33f6101a 100644 --- a/share/man/man4/malo.4 +++ b/share/man/man4/malo.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malo.4,v 1.11 2006/11/27 22:32:15 jmc Exp $ +.\" $OpenBSD: malo.4,v 1.12 2006/11/29 12:51:29 mglocker Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" @@ -64,12 +64,12 @@ This mode is the default. .\" .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 @@ -146,12 +146,12 @@ The driver supports the following media options: .Pp .Bl -tag -width monitor -compact -.It Cm hostap -Select Host AP operation. -.It Cm ibss -Select IBSS operation. -.\".It Cm monitor -.\"Select monitor mode. +.\".It Cm hostap +.\"Select Host AP operation. +.\".It Cm ibss +.\"Select IBSS operation. +.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 |