From: Jouni Malinen <jouni.malinen@atheros.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] ath9kl multiple ssid AP
Date: Fri, 3 Apr 2009 21:24:06 +0300 [thread overview]
Message-ID: <1238783046.7153.8.camel@jm-desktop> (raw)
In-Reply-To: <49D5CC89.4000104@hiramoto.org>
On Fri, 2009-04-03 at 01:44 -0700, Karl Hiramoto wrote:
> 2. essid1=WPA esid2 = open. Everything works in essid1. Windows
> XP SP2 client can connect to essid2 but no traffic, only sends EAPOL
> packet.
The secondary BSSes that were using open or static WEP did not work
properly since the STA was not marked authorized if the primary
interface was using IEEE 802.1X or WPA. This is now fixed in hostap.git.
> 3. WPA on both essid1 and ssid2, ssid1 bridged to br0/eth1 ssid2
> bridged to br1/eth0. PSK is different on each ssid.
This had couple of issues. The main problem is in receiving EAPOL frames
and for that to work with a bridge, hostapd has to be told about the
bridge interface. Your hostapd.conf did have an entry for br0, but it
did not mention br1. This needs to be added after the bss= line as
bridge=br1.
In addition, driver_nl80211.c did not figure out which BSS to use and
did not handle bridge configuration for secondary BSSes properly. These
are now fixed in hostap.git.
- Jouni
prev parent reply other threads:[~2009-04-03 18:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-01 17:46 [ath9k-devel] ath9kl multiple ssid AP Karl Hiramoto
2009-04-01 18:30 ` Jouni Malinen
2009-04-02 14:34 ` Karl Hiramoto
2009-04-02 16:57 ` Jouni Malinen
2009-04-03 8:44 ` Karl Hiramoto
2009-04-03 11:37 ` Karl Hiramoto
2009-04-03 18:28 ` Jouni Malinen
2009-04-06 9:35 ` Karl Hiramoto
2009-04-06 17:37 ` Jouni Malinen
2009-04-03 18:24 ` Jouni Malinen [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=1238783046.7153.8.camel@jm-desktop \
--to=jouni.malinen@atheros.com \
--cc=ath9k-devel@lists.ath9k.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.