| Developer's Daily | Unix by Example |
| main | java | perl | unix | dev directory | web log |
|
ray_cs − Raylink wireless LAN − PCMCIA card device driver |
|
insmod ray_cs [essid=string] [irq_mask=n] [net_type=[0-1]] [ray_debug=[0-5]] [phy_addr=xNNNNNNNNNNNN] [hop_dwell=n] [beacon_period=n] [psm=[0-1]] [translate=[0-1]] [country=[1-8]] [sniffer=[0-1]] [bc=[0-1]] |
|
ray_cs is the low level Card Services device driver for the Raylink wireless LAN PCMCIA adapter. It is normally loaded automatically by card services according to the parameters specified in /etc/pcmcia/ray_cs.opts. |
|
essid=string |
|
ESS ID - network name to join string with maximum length of 32 chars default value = "LINUX" |
|
irq_mask=n |
|
linux standard 16 bit value 1bit/IRQ lsb is IRQ 0, bit 1 is IRQ 1 etc. Used to restrict choice of IRQ’s to use. |
|
net_type=n |
|
0 = adhoc network (default) 1 = infrastructure |
|
ray_debug=n |
|
(0-5) larger values for more verbose logging. |
|
phy_addr=string |
|
string of 12 hex digits containing new MAC address. must be started with x e.g. x00008f123456 |
|
hop_dwell=n |
|
hop dwell time in Kilo-microseconds legal values = 16,32,64,128(default),256 |
|
beacon_period=n |
|
Beacon period in Kilo-microseconds. |
|
psm=n |
Power save mode |
|
0 = continuously active |
|
bc=n |
Power save mode |
|
0 = 802.11 timing |
|
translate |
|
0 = no translation (encapsulate frames) |
|
country=n |
|
Country code |
|
sniffer=n |
|
0 = normal network interface - not sniffer (default) |