On 2021-04-08 05:17, Johannes Berg wrote:
On Wed, 2021-03-10 at 10:26 -0800, Aloka Dixit wrote:
This patchset adds support for multiple BSSID and
enhanced multi-BSSID advertisements.
This version modifies only nl80211 patch (1/4) which describes
the difference.
John Crispin (4):
nl80211: add basic multiple bssid support
mac80211: add multiple bssid support to interface handling
mac80211: add multiple bssid/EMA support to beacon handling
mac80211: CSA on non-transmitting interfaces
Also, can we have hwsim support for proper testing? Seems with all the
logic in mac80211 to give you the right beacons etc. that should be
really simple?
johannes
Sure, will add hwsim tests.
BTW, do you see value in replacing all occurrences
of *_multiple_bssid_* with *_mbssid_* (also in new
nl80211 attributes).
Most lines needed to be split because of 80 character
boundary, so this replacement will make that code
look cleaner. I have avoided it till now to reduce
number of changes between versions.
Thanks.