netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Drake <dsd@gentoo.org>
To: Jean Tourrilhes <jt@hpl.hp.com>
Cc: netdev@vger.kernel.org, softmac-dev@sipsolutions.net
Subject: SIOCSIWESSID + SIOCSIWAP behaviour
Date: Mon, 15 May 2006 00:29:11 +0100	[thread overview]
Message-ID: <4467BD47.5040000@gentoo.org> (raw)

Hi Jean,

I'd just like to check my understanding (and softmacs implementation) 
of SIWESSID and SIWAP behaviour, for managed mode.

When SIWESSID happens, softmac drops association/authentication with the 
current network and then starts a scan for the requested SSID. When 
found, softmac authenticates and associates to that network.

When SIWAP happens, softmac drops association/authentication with the 
current network and then starts a scan for the requested BSSID. When 
found, softmac authenticates and associates to that network.

Is it correct that both of these immediately trigger 
deauthenication+deassocation then authentication+assocation?

Is it correct that SIWAP can legally select *any* AP? (As opposed to 
only being for selecting a specific AP *on the ESS* indicated by a past 
or future SIWESSID call)


Right now, wpa_supplicant does SIWESSID and SIWAP in quick succession, 
which causes softmac to associate twice, and that quickly confuses things.

No matter how I think of it, this strikes me as a hard interface to 
implement. Because association isn't an atomic operation, it is tricky 
to get the sequencing right, e.g. if the user does SIWESSID to start 
association, and then SIWAP to select a different AP before the original 
association has completed.

Any clarification appreciated.

Thanks,
Daniel

             reply	other threads:[~2006-05-14 23:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-14 23:29 Daniel Drake [this message]
2006-05-15  3:29 ` SIOCSIWESSID + SIOCSIWAP behaviour Dan Williams
2006-05-15 13:16   ` Jouni Malinen
2006-05-15 14:19     ` Dan Williams
2006-05-15 20:28   ` Jean Tourrilhes
2006-05-15 21:40     ` Jouni Malinen
2006-05-15 21:55       ` Jean Tourrilhes

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=4467BD47.5040000@gentoo.org \
    --to=dsd@gentoo.org \
    --cc=jt@hpl.hp.com \
    --cc=netdev@vger.kernel.org \
    --cc=softmac-dev@sipsolutions.net \
    /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;
as well as URLs for NNTP newsgroup(s).