commit | 9eaffe5078ca0808603cdd15c4eaf0106a996f3a | [log] [tgz] |
---|---|---|
author | Thomas Pedersen <thomas@adapt-ip.com> | Mon Sep 21 19:28:06 2020 -0700 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Sep 28 13:53:05 2020 +0200 |
tree | 4da3104568ecfa114dd720b1da9feaa34a5ab12f | |
parent | 7957c6c8141b8c76e94feb68eff72c0aa6595915 [diff] |
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>