|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Question for WEP Key when it is wrong insertedHello to all the team! ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/ Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs |
|
|
Re: Question for WEP Key when it is wrong insertedGiaramita Domenico wrote:
> My issues is the following: when I set the use of WEP key on the AP and > I make mistakes on putting the wep key, the response of iwconfig command > still says to me the MAC adress of the AP; obviously the communication > is not possible because the wep-key was wrong. Unless you are using shared key authentication (and I'd strongly advise you not to use this), authentication and association can successfully complete with the wrong WEP key. This is just how 802.11 works. Daniel ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/ Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs |
|
|
R: Question for WEP Key when it is wrong insertedOK, Daniel, ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/ Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs |
|
|
Re: R: Question for WEP Key when it is wrong insertedWEP in OPEN SYSTEM is used to protect data not authentication.
One way to detect the correctness of WEP key is to send out several ethernet broadcast with special pattern. Then, you can check if you receive them or not. If the key is wrong, you will get nothing. If right, AP will broadcast them and you get them. You need to do this in driver level or the kernel give you a warning 'duplicate address' and drop them.
|
| Free Forum Powered by Nabble | Forum Help |