linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* hostapd & mac80211: too many probe responses
@ 2011-04-01 10:37 Helmut Schaa
  2011-04-01 10:46 ` Johannes Berg
  0 siblings, 1 reply; 5+ messages in thread
From: Helmut Schaa @ 2011-04-01 10:37 UTC (permalink / raw)
  To: linux-wireless

Hi,

I've just noticed that hostapd + mac80211 + rt2x00 produces way too many
probe responses when setup as multi bssid AP.

The reason seems to be that mac80211 receives a broadcast probe req and
drops it to the monitor interface for each vif (hence X times). And hostapd
will process each received broadcast probe req on all vifs as well (hence X
times again). Resulting in X*X probe responses instead of just X.

This can eat up quite some airtime as the probe reponses are sent at 1Mpbs.

IMO to fix this issue mac80211 should send a broadcast probe req only once
to the monitor interface. However, I don't have a good idea how to do that
right now :)

Thanks,
Helmut

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-04-01 11:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-01 10:37 hostapd & mac80211: too many probe responses Helmut Schaa
2011-04-01 10:46 ` Johannes Berg
2011-04-01 10:55   ` Helmut Schaa
2011-04-01 11:00     ` Johannes Berg
2011-04-01 11:39       ` Helmut Schaa

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).