From: "Ortwin Glück" <odi@odi.ch>
To: linux-wireless@vger.kernel.org
Subject: Re: WEP and enc restricted
Date: Mon, 15 Sep 2008 10:31:35 +0200 [thread overview]
Message-ID: <48CE1D67.8010802@odi.ch> (raw)
In-Reply-To: <1221456248.27102.43.camel@localhost.localdomain>
Dan Williams wrote:
> It looks like ieee80211_rx_mgmt_auth() in mlme.c should be cycling
> through the various auth methods when it gets an "auth not supported"
> response from the AP. I wonder why that's not working in your case.
> Can you put some printks in there and see if that code gets triggered
> and if not, poke around a bit to see why?
Yes, I've seen that. I'll have to check the packet log again, but as far as I
remember the AP doesn't respond at all to these authentication packets. So the
cycling will never happen.
> It looks like it does get set from the SIWAUTH handler if you pass in
> the right auth algs bits; but you're correct in that SIWENCODE won't set
> the auth alg. The patch seems to be correct.
In SIWAUTH only the available algorithms are set, not the actual one. It's a
different variable:
sdata->u.sta.auth_alg*s* = data->value;
> However, the submission format needs a few things
I'll resend the patch in the correct format.
Cheers
Ortwin
prev parent reply other threads:[~2008-09-15 8:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-14 15:44 WEP and enc restricted Ortwin Glück
2008-09-15 5:24 ` Dan Williams
2008-09-15 8:31 ` Ortwin Glück [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48CE1D67.8010802@odi.ch \
--to=odi@odi.ch \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.