From: Jouni Malinen <j@w1.fi>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: Tomas Winkler <tomasw@gmail.com>,
Reinette Chatre <reinette.chatre@intel.com>,
Emmanuel Grumbach <emmanuel.grumbach@intel.com>,
linux-wireless@vger.kernel.org,
ipw3945-devel@lists.sourceforge.net
Subject: Re: [ipw3945-devel] [PATCH 1/5] mac80211: allows driver to request a Phase 2 key
Date: Tue, 18 Mar 2008 12:23:44 +0200 [thread overview]
Message-ID: <20080318102344.GG5308@jm.kir.nu> (raw)
In-Reply-To: <1205831880.16475.43.camel@johannes.berg>
On Tue, Mar 18, 2008 at 10:18:00AM +0100, Johannes Berg wrote:
> > At least the original d80211 design supported multiple SSIDs per BSS and
> > yes, as far as kernel code is concerned, this was done in the identical
> > way for both multi-SSID and dynamic-VLAN (RADIUS assigned). A new
> > virtual interface is added for both cases and STAs are bound to the
> > specific virtual interface based on MLME/RADIUS results.
> Ah. I guess that requires hiding the SSID though?
Not necessarily. The AP can advertise one SSID in Beacon frames and then
reply with Probe Response to multiple SSIDs (well, these other SSIDs
would of course be "hidden" in the sense that they are not broadcast in
Beacon frames). This works relatively well with most clients as long as
the security policy with the main SSID (the one advertised in the Beacon
frames) and the secondary ones (the ones that are only visible in Probe
Response frames) are identical. If they are different (e.g., open vs.
WPA), problems are to be expected with many client implementations since
this does not exactly match with the standard..
--
Jouni Malinen PGP id EFC895FA
next prev parent reply other threads:[~2008-03-18 10:24 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-13 0:05 [PATCH 0/5] iwlwifi driver updates Reinette Chatre
2008-03-13 0:05 ` [PATCH 1/5] mac80211: allows driver to request a Phase 2 key Reinette Chatre
2008-03-13 0:05 ` [PATCH 2/5] mac80211: allows driver to request a Phase 1 RX key Reinette Chatre
2008-03-13 0:06 ` [PATCH 3/5] iwlwifi-2.6: Cleans up set_key flow Reinette Chatre
2008-03-13 0:06 ` [PATCH 4/5] iwlwifi-2.6: enables HW TKIP security Reinette Chatre
2008-03-13 0:06 ` [PATCH 5/5] iwlwifi-2.6: RX status translation to old scheme Reinette Chatre
2008-03-15 19:11 ` [PATCH 2/5] mac80211: allows driver to request a Phase 1 RX key Johannes Berg
2008-03-17 0:04 ` [ipw3945-devel] " Tomas Winkler
2008-03-17 11:39 ` Johannes Berg
2008-03-17 13:03 ` Tomas Winkler
2008-03-17 13:13 ` Johannes Berg
2008-03-17 14:45 ` Tomas Winkler
2008-03-17 15:04 ` Johannes Berg
2008-03-17 19:54 ` Tomas Winkler
2008-03-17 20:02 ` Johannes Berg
2008-03-17 20:20 ` Tomas Winkler
2008-03-15 14:38 ` [PATCH 1/5] mac80211: allows driver to request a Phase 2 key Johannes Berg
2008-03-17 0:21 ` [ipw3945-devel] " Tomas Winkler
2008-03-17 9:58 ` Johannes Berg
2008-03-17 10:20 ` Tomas Winkler
2008-03-17 10:57 ` Johannes Berg
2008-03-17 12:40 ` Tomas Winkler
2008-03-17 12:51 ` Johannes Berg
2008-03-17 13:36 ` Tomas Winkler
2008-03-17 13:49 ` Johannes Berg
2008-03-17 19:12 ` Tomas Winkler
2008-03-17 19:19 ` Johannes Berg
2008-03-17 19:39 ` Tomas Winkler
2008-03-17 20:04 ` Johannes Berg
2008-03-17 20:27 ` Tomas Winkler
2008-03-17 20:59 ` Johannes Berg
2008-03-18 8:04 ` Jouni Malinen
2008-03-18 9:18 ` Johannes Berg
2008-03-18 10:23 ` Jouni Malinen [this message]
[not found] ` <8704f27d0803190942h19b5a9ebjd3b27537c30ef719@mail.gmail.com>
2008-03-19 17:39 ` Jouni Malinen
2008-03-19 18:41 ` Tomas Winkler
2008-03-19 20:10 ` Jouni Malinen
2008-03-19 20:15 ` Johannes Berg
2008-03-19 22:04 ` Tomas Winkler
2008-03-19 22:11 ` Johannes Berg
2008-03-19 20:56 ` Tomas Winkler
2008-03-20 7:09 ` Emmanuel Grumbach
2008-03-20 7:36 ` Jouni Malinen
2008-03-17 21:06 ` Dan Williams
2008-03-17 23:26 ` Tomas Winkler
2008-03-17 21:23 ` Dan Williams
2008-03-17 23:35 ` Tomas Winkler
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=20080318102344.GG5308@jm.kir.nu \
--to=j@w1.fi \
--cc=emmanuel.grumbach@intel.com \
--cc=ipw3945-devel@lists.sourceforge.net \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=reinette.chatre@intel.com \
--cc=tomasw@gmail.com \
/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.