cfg80211: Add a function to iterate all BSS entries
authorIlan Peer <ilan.peer@intel.com>
Wed, 29 May 2019 12:25:32 +0000 (15:25 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 14 Jun 2019 12:16:02 +0000 (14:16 +0200)
commit4770c8f902285089ae1911de39808c808766a115
tree5f91b4158dbbdb1571bb6c94701d9219abf9028d
parenta0de1ca383c77a1ae123d7c0cea45e327b61876a
cfg80211: Add a function to iterate all BSS entries

Add a function that iterates over the BSS entries associated with a
given wiphy and calls a callback for each iterated BSS. This can be
used by drivers in various ways, e.g., to evaluate some property for
all the BSSs in the medium.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/wireless/scan.c