⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wvlan_cs.4

📁 pcmcia source code
💻 4
字号:
.\" Copyright (c) 1999 Andreas Neuhaus <andy@fasta.fh-dortmund.de>.\" wvlan_cs.c.4.\".TH WVLAN_CS 4 "27/12/99" "".SH NAMEwvlan_cs \- Lucent WaveLAN/IEEE 802.11 device driver.SH SYNOPSIS.B insmod wvlan_cs.o.RB [ irq_list=\c.IR i,j,... ].RB [ port_type=\c.IR n ].RB [ station_name=\c.IR s ].RB [ network_name=\c.IR s ].RB [ channel=\c.IR n ].RB [ ap_density=\c.IR n ].RB [ medium_reservation=\c.IR n ].RB [ frag_threshold=\c.IR n ].RB [ transmit_rate=\c.IR n ].RB [ eth=\c.IR n ].RB [ mtu=\c.IR n ].SH DESCRIPTION\fBwvlan_cs\fR is the low-level Card Services driver for the LucentWaveLAN/IEEE 802.11 and compatible (the NCR WaveLAN/IEEE 802.11, theCabletron RoamAbout 802.11 DS, the Melco WLI-PCM-L11) wirelessethernet adapters.  When this driver is attached to a card, itallocates the next available device (eth0..eth#).  This device namewill be passed on to \fBcardmgr\fR(8) for the card configuration, andreported in the kernel log..SH PARAMETERS.TP.BI irq_list= i,j,...Specifies the set of interrupts that may be allocated by this driver..TP.BI port_type= nSelect WaveLAN port type:.RI [ 1 ]BSS - Basic Service Set (default),.RI [ 2 ]WDS - Wireless Distribution System,.RI [ 3 ]Pseudo-IBSS - ad-hoc network (no AccessPoint, PtP)..TP.BI station_name= sSets the station name.The default is card-configured..TP.BI network_name= sSets the independent network name in ad-hoc mode.Sets the desired network (desired ESSID) to connect to if using an access point.The default is card-configured..TP.BI channel= nChannel (frequency) for ad-hoc networks and is useless if using anaccess point.  Valid range:.RI [ 0 - 14 ](depends on local restrictions) and defaults to.RI [ 3 ].TP.BI ap_density= nSets the access point density (sensitivity). This affects modem androaming thresholds..RI [ 1 ]low density (default),.RI [ 2 ]medium density,.RI [ 3 ]high density..TP.BI medium_reservation= nSets the medium reservation (RTS/CTS frame length), which affects thenumber of octets in a message or fragment above which a RTS/CTShandshake is performed. .RI [ 500 ]hidden stations,.RI [ 2347 ]no RTS/CTS (default). Valid range:.RI [ 0 - 2347].TP.BI frag_threshold= nDefines the number of bytes used for the fragmentation boundary fordirected messages (Fragmentation length unicast messagetransmission). .RI [ 2346 ]is the default, valid range:.RI [ 256 - 2346 ](even numbers only!)..TP.BI transmit_rate= nTransmit rate control..RI [ 1 ]fixed low,.RI [ 2 ]fixed high,.RI [ 3 ]auto select high (default),.RI [ 4 ]fixed medium,.RI [ 5 ]fixed high,.RI [ 6 ]auto select standard,.RI [ 7 ]auto select medium..TP.BI eth= nNetwork device naming. By default.RI [ 1 ]devices are named eth#, set this to.RI [ 0 ]to have devices named wvlan#..TP.BI mtu= nMaximum transfer unit..RI [ 1500 ]is the default, valid range:.RI [ 256 - 2296 ].SH WIRELESS EXTENSIONSUse \fBiwconfig\fR(8) to manipulate wireless extensions. You need a kernel which was compiled with CONFIG_NET_RADIO set.It is recommended that you run at least Linux kernel 2.2.11 and use wireless_tools 19.Older version do not support all of the current commands..\"	ESSID sub part.SS ESSID (network ID)Set the network ID of the desired network to connect to (with access point)or the name of your private ad-hoc network (no access point)..\"	mode sub part.SS ModeSet the operating mode to.I Ad-Hocor.IR Managed .In managed mode, the card will try to connect to an Access Point, toget access to the infrastructure. In Ad-Hoc mode, the card doesn'trequire an Access Point and can communicate directly with its peers..\"	Frequency sub part.SS Frequency & channelsChannel (frequency) for ad-hoc networks. The frequency is changedimmediately and is only changeable in ad-hoc network mode. You mayenter a frequency value in the 2.4 GHz band or the channel number..brValid values:.I 2.412, 2.417, 2.422, 2.427, 2.432, 2.437, 2.442, 2.447, 2.452, 2.457, 2.462,.I 2.467, 2.472or.I 2.484GHz (depends on local restrictions) and defaults to.I 2.422GHz.\"	Sens sub part.SS SensSet the Access Point density (sensitivity). This affects modem androaming thresholds..RI [ 1 ]low density (default),.RI [ 2 ]medium density,.RI [ 3 ]high density..\"	Rts sub part.SS RtsSets the medium reservation threshold (RTS/CTS frame length), whichaffects the number of octets in a message or fragment above which aRTS/CTS handshake is performed..brUse.RI [ 500 ]when there are hidden stations or large number of nodes and.RI [ 2347 ]for no RTS/CTS (default). Valid range:.RI [ 0 - 2347].\"	Frag sub part.SS FragDefines the number of bytes used for the fragmentation boundary fordirected messages (Fragmentation length unicast messagetransmission). To be used when you have interference on the radio,because it significantly decreases the performance..br.RI [ 2346 ]is the default, valid range:.RI [ 256 - 2346 ]..\"	Rate sub part.SS RateSet the rate used for transmission (but not reception). You may wantto set it to a fixed value for high number of nodes..brThe default is.IR auto ,or you may use.IR 1 ", " 2  ", " 5.5 " or " 11Mb/s (of course, 2 Mb/s cards cannot get the higher speeds)..\"	Enc sub part.SS EncSet the encryption key.RI [ 0to.IR FFFF-FFFF-FF ].Use.RI [ off ]and.RI [ on ]to disable and reenable the hardware encryption. This feature worksonly for device with encryption option (Silver or Gold)..brThe card has 4 different keys that you may select, and you can choosethe default key for transmission (see \fBiwconfig\fR(8))..\"	Nick sub part.SS Nick (station name)Set the station name (only used for debugging purpose)..\"	Spy sub part.SS Statistics spySet a list of MAC addresses in the driver (up to 8) and get the lastquality of link for each of those (see \fBiwspy\fR(8))..\"	/proc/net/wireless part.SS /proc/net/wireless.I statusis the status reported by the modem..I Leveland.I Noiserefer to the signal level and noise level in dBm..SH PRIVATE IOCTLYou may use \fBiwpriv\fR(8) to manipulate private ioctls..\"	Histogram part.SS HistogramThis functionality allow to set a number of signal level intervals andto count the number of packets received in each of those definedintervals. This distribution might be used to calculate the mean valueand standard deviation of the signal level..SH SPECIFIC NOTESSome of the mentioned features are optional. You may enable to disablethem by changing flags in the driver header and recompile..PPIt's currently not possible to use the WaveLAN/IEEE as a bridge (MAClevel). This is not a restriction of the driver, the NIC firmwaredoesn't allow to send out packets with another source MAC addressthan its own (which is mandatory required for bridgeing to work)..PPAlso the WaveLAN/IEEE can be used to connect to an Access Point, butcannot be an Access Point itself (because lack of bridgeing)..SH AUTHORAndreas Neuhaus <andy@fasta.fh-dortmund.de>.brhttp://www.fasta.fh-dortmund.de/users/andy/wvlan.SH THANKSI would like to thank Lucent Technology for making the necessary informationavailable to public. Thanks to Nico Valster and Jan Martejin at Lucent fortechnical support. Thanks to Frank Bruegmann, who managed to get additionalhardware for me so that I can now do tests in different environments. Andthanks to Jean Tourrilhes for many patches and wireless kernel extensions.Also many thanks to everybody who tested and helped me developing thisdriver :-).SH SEE ALSO.BR cardmgr (8),.BR pcmcia (5),.BR ifconfig (8),.BR insmod (1),.BR iwconfig (8),.BR iwspy (8),.BR iwpriv (8).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -