diff options
author | sam <sam@FreeBSD.org> | 2005-12-26 18:15:09 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2005-12-26 18:15:09 +0000 |
commit | b9da93266fdc570180552a109592b65aedf45357 (patch) | |
tree | a7e511d22e8f7af7f544f688c575384f37e131d3 /sbin/ifconfig | |
parent | 9bad87d165e389f150bd970c5b1b26617c537e27 (diff) | |
download | FreeBSD-src-b9da93266fdc570180552a109592b65aedf45357.zip FreeBSD-src-b9da93266fdc570180552a109592b65aedf45357.tar.gz |
document deftxkey
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 343f765..7c086fc 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -28,7 +28,7 @@ .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 .\" $FreeBSD$ .\" -.Dd December 16, 2005 +.Dd December 26, 2005 .Dt IFCONFIG 8 .Os .Sh NAME @@ -608,6 +608,12 @@ Some adaptors ignore this setting unless you are in ad-hoc mode. Alternatively the frequency, in megahertz, may be specified instead of the channel number. +.It Cm deftxkey Ar index +Set the default key to use for transmission. +Typically this is only set when using WEP encryption. +The +.Cm weptxkey +is an alias for this request; it is provided for backwards compatibility. .It Cm dtimperiod Ar period Set the DTIM @@ -845,6 +851,8 @@ is generally another name for Modes are case insensitive. .It Cm weptxkey Ar index Set the WEP key to be used for transmission. +This is the same as setting the default transmission key with +.Cm deftxkey . .It Cm wepkey Ar key Ns | Ns Ar index : Ns Ar key Set the selected WEP key. If an |