cfg80211: convert S1G beacon to scan results
authorThomas Pedersen <thomas@adapt-ip.com>
Tue, 22 Sep 2020 02:28:06 +0000 (19:28 -0700)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 5 Feb 2021 10:39:41 +0000 (11:39 +0100)
commit377449003a9e798f85859dc7af249c6d130c1ec5
treef2fca94ab04c1e29aebc5cad7b289cdbe614a9b1
parentce80203eb153599c7fa21cdd1063b9d682746aa1
cfg80211: convert S1G beacon to scan results

The S1G beacon is an extension frame as opposed to
management frame for the regular beacon. This means we may
have to occasionally cast the frame buffer to a different
header type. Luckily this isn't too bad as scan results
mostly only care about the IEs.

Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com>
Link: https://lore.kernel.org/r/20200922022818.15855-6-thomas@adapt-ip.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
include/linux/ieee80211.h