On Tue, Feb 01, 2011 at 02:56:54PM +0100, Johannes Berg wrote:
On Tue, 2011-02-01 at 13:23 +0200, Arik Nemtsov wrote:
quoted
Beacons from external BSSes are required for updating overlapping BSS
info (i.e. ERP protection). Pass them up unconditionally.
Where will they be processed though?
In src/ap/ap_list.c (hostap.git) ;-)
This code has been there for a long time, but the functionality was
broken at some point (maybe already during d80211 -> mac80211 process)
due to the beacons not getting delivered there anymore.
--
Jouni Malinen PGP id EFC895FA
From: Johannes Berg <johannes@sipsolutions.net> Date: 2011-02-01 14:52:56
On Tue, 2011-02-01 at 16:51 +0200, Jouni Malinen wrote:
On Tue, Feb 01, 2011 at 02:56:54PM +0100, Johannes Berg wrote:
quoted
On Tue, 2011-02-01 at 13:23 +0200, Arik Nemtsov wrote:
quoted
Beacons from external BSSes are required for updating overlapping BSS
info (i.e. ERP protection). Pass them up unconditionally.
Where will they be processed though?
In src/ap/ap_list.c (hostap.git) ;-)
This code has been there for a long time, but the functionality was
broken at some point (maybe already during d80211 -> mac80211 process)
due to the beacons not getting delivered there anymore.
Oh, I guess then they are delivered via the monitor interface?
johannes
On Tue, Feb 01, 2011 at 03:52:53PM +0100, Johannes Berg wrote:
On Tue, 2011-02-01 at 16:51 +0200, Jouni Malinen wrote:
quoted
This code has been there for a long time, but the functionality was
broken at some point (maybe already during d80211 -> mac80211 process)
due to the beacons not getting delivered there anymore.
Oh, I guess then they are delivered via the monitor interface?
I haven't tested this patch, but yes, I would assume so. They used to be
delivered in the exact same way as other management frames and at this
point, that would indeed be the monitor interface.
--
Jouni Malinen PGP id EFC895FA