mac80211: add multiple bssid IE parsing
authorJohn Crispin <john@phrozen.org>
Sat, 9 May 2020 10:40:57 +0000 (12:40 +0200)
committerJohn Crispin <john@phrozen.org>
Sat, 6 Jun 2020 09:21:34 +0000 (11:21 +0200)
commit4bfe1d69f3adf3a626b9eeeb41311c294dfb9fe6
tree34eb8c946b043daff320a5891d68173811bc1a73
parent0ad3c08703a4def42dbfc1e70b8b7dfda4f09d3c
mac80211: add multiple bssid IE parsing

Drivers might need to know the offset and length of the IE. Add parsing
code and propagate the values to the driver using the mutable struct.

Signed-off-by: John Crispin <john@phrozen.org>
include/net/mac80211.h
net/mac80211/ieee80211_i.h
net/mac80211/tx.c
net/mac80211/util.c