hostapd: Add wowlan_triggers config param
authorDmitry Shmidt <dimitrysh@google.com>
Wed, 3 Sep 2014 21:58:37 +0000 (14:58 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 16 Nov 2014 15:09:11 +0000 (17:09 +0200)
commit88cb27c7a5164f8ffe465e4f1a4ae5f5f7bea91c
treefd527f761d7d0d484be1b4b27e15c8d2350dd39c
parentf03996565adad176e1ee4ba9955862edbe98a349
hostapd: Add wowlan_triggers config param

New kernels in wiphy_suspend() will call cfg80211_leave_all() that will
eventually end up in cfg80211_stop_ap() unless wowlan_triggers were set.
For now, use the parameters from the station mode as-is. It may be
desirable to extend (or constraint) this in the future for specific AP
mode needs.

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
hostapd/config_file.c
hostapd/main.c
src/ap/ap_config.c
src/ap/ap_config.h
src/drivers/driver.h
src/drivers/driver_common.c
wpa_supplicant/wpa_supplicant.c