From: Dan Williams <dcbw@redhat.com>
To: Holger Schurig <hs4233@mail.mn-solutions.de>
Cc: linux-wireless@vger.kernel.org
Subject: Re: Questions about cfg80211's cfg80211_connect_params->crypto settings
Date: Mon, 26 Oct 2009 12:57:15 -0700 [thread overview]
Message-ID: <1256587035.2110.14.camel@localhost.localdomain> (raw)
In-Reply-To: <200910260947.48365.hs4233@mail.mn-solutions.de>
On Mon, 2009-10-26 at 09:47 +0100, Holger Schurig wrote:
> Hi,
>
> I'm a but confused about what fields in "struct
> cfg80211_connect_params" (now abbreviated as sme->)
> are relevant for me.
>
>
> sme->private
> ------------
> Right now, my lbs_cfg_connect() code just tests
> sme->crypto.cipher_group. It doesn't check or use sme->privacy.
>
> and sme-> crypto.wpa_versions like they are redundant. Is this
> correct?
>
> Empirical it migth be correct, because I can successfully connect
> to APs, but if "privacy" is redundant, should I prepare a patch
> to get rid of it?
>
> What is this? And how should my driver react to it's settings?
>
>
>
> sme->crypto.wpa_versions
> ------------------------
> Again I seems to be ok to ignore this variable and just check
> sme->crypto.cipher_group. In practice this seems to work, but is
> it correct?
>
> What is this, what is the intented use of it? May I prepare a
> patch to get rid of it?
Wouldn't this be used to force WPA2/RSN? THere are APs out there where
you can select WPA+CCMP and WPA2+TKIP, which wouldn't be apparent from
just cipher_group, right? If userspace really does want you to only
connect to a WPA2-capable AP and ignore WPA1+TKIP and WPA1+CCMP, then
this field is the only way to indicate that.
In libertas, this would all happen during the scan-before-connect when
we try to find the BSSID of the AP we want to associate with. The WEXT
stuff had a bunch of ugly checks to match up an AP in the scan list with
the parameters of the connect request, and that's where I'd expect this
to be used?
Dan
>
>
> sme->crypto.n_ciphers_pairwise, sme->crypto.ciphers_pairwise
> ------------------------------------------------------------
> The same for sme->crypto.n_ciphers_pairwise. It is always 0 zero
> for the WEP case and always 1 for the WPA/WPA2 case, so isn't it
> redundant either? lbs_cfg_connect() ignores this, maybe it's
> not needed at .connect() time anyway?
>
> But what is it really, what is the intended use?
>
>
>
> sme->crypto.n_akm_suites, sme->crypto.akm_suites
> ------------------------------------------------
> In cfg80211.h, the kdoc help text for sme->crypo.akm_suites is
> just "AKM suites" or "number of AKM suites", which keeps me as
> confused as before.
>
> What is this? And how should my driver react to it's settings?
>
>
prev parent reply other threads:[~2009-10-26 19:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-26 8:47 Questions about cfg80211's cfg80211_connect_params->crypto settings Holger Schurig
2009-10-26 9:22 ` Johannes Berg
2009-10-26 12:11 ` Holger Schurig
2009-10-26 12:22 ` Johannes Berg
2009-10-26 12:59 ` Holger Schurig
2009-10-26 13:03 ` Johannes Berg
2009-10-26 19:57 ` Dan Williams [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=1256587035.2110.14.camel@localhost.localdomain \
--to=dcbw@redhat.com \
--cc=hs4233@mail.mn-solutions.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox