EXAMPLES
Join an existing BSS network (i.e., connect to an access point):
"ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00"
Join a specific BSS network with network name "my_net":
"ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"
Join a specific BSS network with 40-bit WEP encryption:
ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \
wepmode on wepkey 0x1234567890
Join a specific BSS network with 104-bit WEP encryption:
ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \
wepmode on wepkey 0x01020304050607080910111213
DIAGNOSTICS