cfg80211: add wowlan net-detect support
authorLuciano Coelho <luciano.coelho@intel.com>
Wed, 17 Sep 2014 08:55:28 +0000 (11:55 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 19 Nov 2014 17:45:45 +0000 (18:45 +0100)
commit8cd4d4563ef0a518002c4a8f47dd950afe386ea8
tree11aac072065c8eeaa882b3386e9368107defa12f
parent256da02d1806c740be97576a5e8548d658858319
cfg80211: add wowlan net-detect support

Add a new WoWLAN API to enable net-detect as a wake up trigger.
Net-detect allows the device to scan in the background while the
host is asleep to wake up the host system when a matching network
is found.

Reuse the scheduled scan attributes to specify how the scan is
performed while suspended and the matches that will trigger a
wake event.

Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/core.h
net/wireless/nl80211.c