Re-enable beaconing on interface disable+enable
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 10 Feb 2015 16:13:04 +0000 (18:13 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 10 Feb 2015 18:27:00 +0000 (20:27 +0200)
commitf33c8606f47f4c847d45811b68f55c288604224b
tree618dbd0af4236955ba1b5179f174f65a365554e6
parentfc99fab7e55d1f5770184b684ec175658252be19
Re-enable beaconing on interface disable+enable

This is a step towards enabling hostapd to restart AP mode functionality
if the interface is disabled and re-enabled, e.g., with ifconfig down
and up. This commit takes care of beaconining only which may be
sufficient for open mode connection, but not for WPA2 cases.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/beacon.c
src/ap/drv_callbacks.c
src/ap/hostapd.h
src/drivers/driver.h
src/drivers/driver_nl80211.c