#651: unable to associate to AP using WEP with madwifi-ng
-------------------------------------------+--------------------------------
Reporter: [EMAIL PROTECTED] | Owner: mentor
Type: defect | Status: assigned
Priority: major | Milestone: version 0.9.x -
progressive release candidate phase
Component: madwifi: other | Version: trunk
Resolution: | Keywords: associating fails
Patch_attached: 1 |
-------------------------------------------+--------------------------------
Comment (by [EMAIL PROTECTED]):
Hi,
after some time debugging this, I've came up with a solution for me.
I'm currently using version r2169 from the devel snapshots.
Associating with my Draytek Vigor 2600G Router, failed because the
madwifi is unable to handle the Element Payloads
IEEE80211_ELEMID_HOP_PARAMS = 8 and IEEE80211_ELEMID_HOP_TABLE = 9.
When receiving a Type 8 Frame, it recognizes it as too short and
discards it.
I've changed the driver, to handle such Frames like the AGERE Elements
by adding:
{{{
if ((*frm == IEEE80211_ELEMID_AGERE1) ||
(*frm == IEEE80211_ELEMID_AGERE2) ||
+ (*frm == IEEE80211_ELEMID_HOP_PARAMS)) {
frm = efrm;
continue;
}
}}}
This works at least for me. But it's a hack. Can anyone come up with
a better solution?
--
Ticket URL: <http://madwifi.org/ticket/651>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets