cfg80211: Add support to sched scan to report better BSSs
authorvamsi krishna <vamsin@qti.qualcomm.com>
Thu, 12 Jan 2017 23:12:20 +0000 (01:12 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 13 Jan 2017 08:40:41 +0000 (09:40 +0100)
commitbf95ecdba93b98d27ac219e79f773f2074b4ca47
tree5b561ec453c037c903c6be32b7501789699d1dcf
parentab5bb2d51ba8da4add4612b529968446cdb504b1
cfg80211: Add support to sched scan to report better BSSs

Enhance sched scan to support option of finding a better BSS while in
connected state. Firmware scans the medium and reports when it finds a
known BSS which has better RSSI than the current connected BSS. New
attributes to specify the relative RSSI (compared to the current BSS)
are added to the sched scan to implement this.

Signed-off-by: vamsi krishna <vamsin@qti.qualcomm.com>
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c