diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-05-23 05:17:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-05-23 05:17:22 +0000 |
commit | 4232fb2ca36282ada7d0d32c87d35ab9ec972ecb (patch) | |
tree | 8b970ccb33e7e3d7efe14aeebf0bb244ae16bc0f /share | |
parent | 990912c2f5c2834b9b0693f647e9a830f17545fa (diff) |
document `media autoselect';
ok damien@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/iwi.4 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4 index ae3baef1f12..fcde2fcf2c9 100644 --- a/share/man/man4/iwi.4 +++ b/share/man/man4/iwi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwi.4,v 1.18 2005/05/22 19:14:38 jmc Exp $ +.\" $OpenBSD: iwi.4,v 1.19 2005/05/23 05:17:21 jmc Exp $ .\" .\" Copyright (c) 2004 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -91,6 +91,17 @@ the given channel ID Unset the desired channel to be used by the driver. The driver will automatically select a channel in this mode, which is the default. +.It Cm media Ar media +The +.Nm +driver supports the following +.Ar media +types: +.Pp +.Bl -tag -width autoselect -compact +.It Cm autoselect +Enable autoselection of the media type and options. +.El .It Cm mediaopt Ar opts The .Nm @@ -199,7 +210,8 @@ Configure iwi0 for WEP, using hex key .Pp Return iwi0 to its default settings: .Bd -literal -offset indent -# ifconfig iwi0 -bssid -chan nwid "" -nwkey +# ifconfig iwi0 -bssid -chan media autoselect \e + nwid "" -nwkey .Ed .Pp Join an existing BSS network, |