]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: convert S1G beacon to scan results
authorThomas Pedersen <thomas@adapt-ip.com>
Tue, 22 Sep 2020 02:28:06 +0000 (19:28 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 28 Sep 2020 11:53:05 +0000 (13:53 +0200)
commit9eaffe5078ca0808603cdd15c4eaf0106a996f3a
tree4da3104568ecfa114dd720b1da9feaa34a5ab12f
parent7957c6c8141b8c76e94feb68eff72c0aa6595915
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>
include/linux/ieee80211.h
net/wireless/scan.c