Message ID | 20200604070952.15481-1-john@phrozen.org (mailing list archive) |
---|---|
Headers | show |
Series | mac80211: add multiple bssid support | expand |
On 2020-06-04 00:09, John Crispin wrote: > Multiple bssid allows us to share a single beacon amongst several VAPs. > This essentially safes airtime. This feature is achieved by adding an > additional IE to the transmitting VAPs beacon. This new IE contains > the additional SSIDs and their non-inheritance information. > > This series is still missing handling for TIM, which will be sent in a > follow-up series. > > John Crispin (12): > nl80211: add basic multiple bssid support > nl80211: add attributes for multiple bssid related settings > nl80211: add attributes to set beacon transmit mode > mac80211: add multiple bssid support > mac80211: add multiple bssid IE parsing > mac80211: propagate multi bssid settings when starting an AP > mac80211: propagate beacon tx mode to the driver > ath11k: pass multiple bssid info to FW when a new vdev is created > ath11k: add a struct to pass parameters into ath11k_wmi_vdev_up > ath11k: add the multiple bssid IE offset to the beacon template > ath11k: set beacon tx mode > ath11k: set the multiple bssid hw cap > Great work :) -Rajkumar