Author: Omer Faruk Sen
Date: 23-08-04 12:35
You can connect to an AP using WEP as follows
# ifconfig ndis0 ssid my_ssid wepmode on wepkey `cat wepkey`
wepkey file should be like that:
0xXXXXXXXXXXXXXXXXXX
The number of Xs may differ according to the ecryption key length being used. After that you can use dhclient command to get your IP address
# dhclient ndis0
|
|