Driver for the Lucent ORiNOCO wireless Ethernet controller
io-net -d orinoco [option[,option ...]] ... &
|  | Use commas (,) to separate the options (not spaces). | 
- channel=num
	
- 802.11 channel to use. Scans in normal mode.
		
	
- default_key=[1-4]
	
- Which of the keys given by key[1-4]  to use for the 
Wired Equivalent Privacy (WEP) algorithm, which is part of the 802.11 standard.
	
- key[1-4]=KEY
	
- Setup one of the four default WEP keys. Where KEY 
is a hex string of 10 (64/40bit WEP) or 26 (128bit WEP) 
characters. For example, key1=0x0102030405.
	
- ioport=port
	
- I/O port of the interface.
	
- irq=num
	
- IRQ of the interface.
	
	
- mac=XXXXXXXXXXXX
	
- MAC address of controller.   The default is
		automatically detected on supported hardware.
	
- mode=mode
	
- 802.11 network mode: normal (access point) or ad hoc. Default is normal (access point).
	
- network=name
	
- 802.11 network name to use (ssid). Scans in normal mode.
	
- rts_thresh=num
	
- Set the RTS threshold. Should be the same as the access point 
or the other cards being used in the network. The default is 2347.
    
- ssid=name
    
- 802.11 network name to use (ssid). Scans in normal mode.
	
- station=name
	
- Lucent station name for this machine. Defaults to QNX6.
	
     	
- verbose
 verbose=num
- Be verbose.  Specify num for more verbosity (num can be 1-4, the higher 
the number, the more detailed the output). 
The output goes to slogger,  
invoke sloginfo to view.
The devn-orinoco.so driver controls the Lucent ORiNOCO wireless Ethernet controller.
Start io-net using the ORiNOCO driver and the full TCP/IP
stack:
io-net -d orinoco channel=10,network=work -p tcpip
Start io-net using the ORiNOCO driver and use 64bit WEP:
io-net -d orinoco key1=0x0102030405,default_key=1,network=home
io-net
"Network drivers (devn-*)"
and
"Network protocol interfaces (npm-*)"
in the Utilities Summary