]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Register for Beacon frames in AP mode
authorJohannes Berg <johannes.berg@intel.com>
Tue, 6 Dec 2011 16:39:57 +0000 (18:39 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 6 Dec 2011 16:39:57 +0000 (18:39 +0200)
commite32ad281ca399329aef6a0ecf57491f916006878
tree5f9df2b263ee87c67fc7c00b936633e4b97170f1
parent02bb32c39377774db1b8ef59eff49fdf74daf160
nl80211: Register for Beacon frames in AP mode

When running AP mode, we need to receive beacons over overlapping BSSes
to handle protection. Use the new nl80211 command for this. As the
command works per wiphy (and we don't want to receive the Beacon frames
multiple times) add an abstraction that keeps track of per-wiphy data.

Signed-hostap: Johannes Berg <johannes.berg@intel.com>
src/drivers/driver_nl80211.c