Linux wireless drivers development
 help / color / mirror / Atom feed
From: Holger Schurig <hs4233@mail.mn-solutions.de>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-wireless@vger.kernel.org
Subject: Re: cfg80211 question: impedance mismatch of .connect versus .assoc
Date: Wed, 14 Oct 2009 16:26:53 +0200	[thread overview]
Message-ID: <200910141626.53440.hs4233@mail.mn-solutions.de> (raw)
In-Reply-To: <1255527718.4095.292.camel@johannes.local>

> This was intentional, as with ->connect() the driver is
> supposed to handle roaming/pre-connect scanning etc. Basically
> it's mostly for the case of full-mac drivers that do that in
> the device firmware. 

The libertas firmware doesn't do roaming *)

But it also doesn't allow for individual auth/deauth
assoc/disassoc things, e.g. with the libertas firmware you cannot
stay authenticated when and just disassociate/reassociate when
some settings changes.  Therefore I have an impedance mismatch 
between libertas and .auth/.deauth .assoc/.disassoc as well. The 
most in-the-eye-springing point is that libertas doesn't have a 
CMD_802_11_DEASSOCIATE command. And the 
CMD_802_11_DEAUTHENTICATE command does both .deauth/.disassoc 
one go. Another mismatch is that CMD_802_11_ASSOCIATE also does 
both .auth/.assoc in one go.

So, libertas is not really FULLMAC and not really SOFTMAC, it's 
HALFMAC :-)





*) however, it can send a disconnect event when the AP is out of
reach, this will give you poor-mans roaming with the help of 
wpa_supplicant.

-- 
http://www.holgerschurig.de

      reply	other threads:[~2009-10-14 14:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-14  9:36 cfg80211 question: impedance mismatch of .connect versus .assoc Holger Schurig
2009-10-14 13:41 ` Johannes Berg
2009-10-14 14:26   ` Holger Schurig [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=200910141626.53440.hs4233@mail.mn-solutions.de \
    --to=hs4233@mail.mn-solutions.de \
    --cc=johannes@sipsolutions.net \
    --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