AP: Do station poll in driver wrapper
authorJohannes Berg <johannes.berg@intel.com>
Thu, 20 Oct 2011 18:03:08 +0000 (21:03 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 20 Oct 2011 18:03:08 +0000 (21:03 +0300)
commitbcf24348ed32c2f9b24cc575c32f83db3dc9cba1
tree6a224d6f0c9149197409de74a3f6d08db727a90b
parent7a25f29d890f56c4df81143f8b5eb42fb5eeeb07
AP: Do station poll in driver wrapper

This offloads the station polling to driver wrappers, which may offload
it again to the driver. The hostap driver wrapper uses "real" data
frames while nl80211 uses null data frames.

Also add a specific event to indicate that a poll was successful for
future use with the nl80211 driver.
12 files changed:
src/ap/ap_drv_ops.h
src/ap/drv_callbacks.c
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/sta_info.c
src/drivers/driver.h
src/drivers/driver_hostap.c
src/drivers/driver_ndis.c
src/drivers/driver_nl80211.c
wpa_supplicant/ap.c
wpa_supplicant/ap.h
wpa_supplicant/events.c