Message ID | 20210310182604.8858-1-alokad@codeaurora.org (mailing list archive) |
---|---|
Headers | show |
Series | Multiple BSSID support | expand |
On Wed, 2021-03-10 at 10:26 -0800, Aloka Dixit wrote: > This patchset adds support for multiple BSSID and > enhanced multi-BSSID advertisements. All of this, in particular the subjects, should really mention that it's for AP side. Does it apply also for mesh, btw? johannes
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
On 2021-04-08 04:53, 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. > > All of this, in particular the subjects, should really mention that > it's > for AP side. > > Does it apply also for mesh, btw? > > johannes No, this patchset is only for AP mode. Will mention it in the titles/commit_logs/comments. Thanks.
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.
On Fri, 2021-04-09 at 11:31 -0700, Aloka Dixit wrote: > > 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. Might be nicer, but I can live with the longer identifiers too. I don't really mind if you do it between versions though, so feel free. johannes