WEP 40 vs WEP64 vs WEP104 & WEP128

Can anyone tell me what's the difference between them. The driver that I compiled said it support WEP 40 or WEP 104 but when I check the router, it said it support TKIP-WEP128-WEP64 encryption. I can connect the wireless client with the router when no encryption was set.

Linux Networking 361 This topic was started by ,


data/avatar/default/avatar22.webp

14 Posts
Location -
Joined 2005-05-01
Can anyone tell me what's the difference between them.
 
The driver that I compiled said it support WEP 40 or WEP 104
but when I check the router, it said it support TKIP-WEP128-WEP64 encryption.
 
I can connect the wireless client with the router when no encryption was set. But if I enable the encrpytion, if seems that they cannot communicate.
 
Both router and wireless client are from Buffalo.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
40-bit = 64-bit.
 
104 bit = 128.
 
40-bit keys contain 10 hexadecimal digits; 128-bit keys contain 26 hexadecimal digits.
 
What driver are you using and how (where) are you setting up the values for encrption?
 
Is your router set up for WEP and you have values set for the router?

data/avatar/default/avatar22.webp

14 Posts
Location -
Joined 2005-05-01
OP
The driver I am using is the rt2570.ko. It appears OK if I disable all the encrption and use the router's MAC as the SSID.
 
However, I just dont know how to configure the USB client and the router if I want to turn on the encryption.
 
The router that I am using is from Buffalo, so I just use the default AOSS setting, the SSID and WEP key are indeed very long, I think the key has 63 hex digits. By the way, is TKIP another type of encrption?
 
I set up the client by using the control centre provided by Mandrake because I dont know where and how should I put all those values. :):
 
 

data/avatar/default/avatar39.webp

336 Posts
Location -
Joined 2004-07-09
if you're setting up to use TKIP then you're not using WEP, you're using WPA
and you're going to need to get and build the wpa_supplicant ..

data/avatar/default/avatar22.webp

14 Posts
Location -
Joined 2005-05-01
OP
Sorry that I am a bit confuse, So does that imply that I have to set my router to use WEP instead of TKIP with my current driver or I should find a driver which also support TKIP. How could I build the "wpa_supplicant"?