nl80211: add basic multiple bssid support
authorJohn Crispin <john@phrozen.org>
Fri, 8 May 2020 16:21:51 +0000 (18:21 +0200)
committerJohn Crispin <john@phrozen.org>
Thu, 4 Jun 2020 09:51:48 +0000 (11:51 +0200)
commit8f812cc5c2fe8d90d16f3b21fcd19fc0c9f23723
tree55e1752227e379fde82eaa236f54b8ae6de5195f
parentcb8e59cc87201af93dfbb6c3dccc8fcad72a09c2
nl80211: add basic multiple bssid support

This patch adds support for passing the multiple bssid config to the
kernel when adding an interface. A bss can be legacy, transmitting or
non-transmitting. A non-transmitting BSSID will have a parent interface,
which needs to be transmitting.

Signed-off-by: John Crispin <john@phrozen.org>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c
q [new file with mode: 0644]