Re: AirPort Extreme version 3.1 & compatibility
Cliff Skolnick <[email protected]> Tue, 1 Jul 2003 02:13:08 -0700
| Newsgroups | gmane.network.wireless.bsd.general |
|---|---|
| Message-ID | <[email protected]> |
at line 522 in wi_hostap.c the problem starts...and yes it also seems
to have something to do with shared auth. Now it send the request as
type open, but puts some challenge in there anyway. The take_tlv()
comes back with a negative number (have not dove in there yet, it's
pretty simple), and the association fails. When I comment out the
challenge processing everything works. The last three lines are what
to take out, I'm sure this will break things but perhaps nothing that
was not already broken in this driver already. I'm moving all my APs
over to -current now. Peterson is testing with -stable which may be a
safer bet for others.
/* Break open packet. */
algo = take_hword(&pkt, &len);
seq = take_hword(&pkt, &len);
status = take_hword(&pkt, &len);
challenge_len = 0;
if (len > 0 && (challenge_len = take_tlv(&pkt, &len,
IEEE80211_ELEMID_CHALLENGE, challenge, sizeof(challenge)))
< 0)
return;
Cheers,
Cliff
On Tuesday, Jul 1, 2003, at 00:44 US/Pacific, Borja Marcos wrote:
>
> On Tuesday, Jul 1, 2003, at 02:24 Europe/Madrid, Cliff Skolnick wrote:
>
>> In addition to letting you just plug in a broadcom card and be off an
>> running, v3.1 seems to have broken interoperability with hostap mode
>> in 4.x and broadcom clients (including apple's own airport extreme).
>> 5.1-current seems to be fine.
>>
>> I've just spent 2 weeks at apple wwdc helping with the build out of
>> the wifi for the conference and met many of the folks at apple doing
>> wifi stuff. I'm going to dump a box with a freebsd based ap software
>> (surf and sip) and was wondering if anyone else wanted to get me an
>> image of there AP. This box will likely live at apple and be tested
>> against for future driver releases so this is a good opportunity.
>
> It seems that now Apple is doing shared authentication instead of
> open when enabling WEP. If I enable WEP in my Airport Extreme base
> stations, FreeBSD 4.8 cannot associate. I am going to try with
> -CURRENT one of these days.
>
>
>
>
> Borja.
>
> --
> *bsd wireless list, a bawug thing <http://www.bawug.org/>
> [un]subscribe: http://lists.bawug.org/mailman/listinfo/bsd-wireless/
>
--
"You can never solve a problem at the level at which it was created.
You have to go to at least one level beyond."
- Albert Einstein
--
*bsd wireless list, a bawug thing <http://www.bawug.org/>
[un]subscribe: http://lists.bawug.org/mailman/listinfo/bsd-wireless/