mbox series

[v3,0/4] v3: EMA and HWSIM support in AP mode

Message ID 20221206005040.3177-1-quic_alokad@quicinc.com (mailing list archive)
Headers show
Series v3: EMA and HWSIM support in AP mode | expand

Message

Aloka Dixit Dec. 6, 2022, 12:50 a.m. UTC
Add support for EMA AP beacon generation and mac80211_hwsim to
test MBSSID and EMA in AP mode.

v3:
- Added a missing NULL check for mbssid_ies in patch #1/4.
- Hostapd hwsim tests using the changes from this version are mentioned
in the corresponding patches and these are already merged in hostapd.git.
- Dropped ath11k patches.

Aloka Dixit (4):
  wifi: mac80211: generate EMA beacons in AP mode
  wifi: mac80211_hwsim: move beacon transmission to a separate function
  wifi: mac80211_hwsim: Multiple BSSID support
  wifi: mac80211_hwsim: EMA support

 drivers/net/wireless/mac80211_hwsim.c |  83 +++++++++++-----
 include/net/mac80211.h                |  68 +++++++++++++
 net/mac80211/cfg.c                    |  11 ++-
 net/mac80211/ieee80211_i.h            |  10 +-
 net/mac80211/tx.c                     | 134 +++++++++++++++++++++++---
 5 files changed, 263 insertions(+), 43 deletions(-)


base-commit: 65e6af6cebefbf7d8d8ac52b71cd251c2071ad00

Comments

Aloka Dixit Feb. 21, 2023, 3:55 a.m. UTC | #1
On 12/5/2022 4:50 PM, Aloka Dixit wrote:
> Add support for EMA AP beacon generation and mac80211_hwsim to
> test MBSSID and EMA in AP mode.
> 
> v3:
> - Added a missing NULL check for mbssid_ies in patch #1/4.
> - Hostapd hwsim tests using the changes from this version are mentioned
> in the corresponding patches and these are already merged in hostapd.git.
> - Dropped ath11k patches.
> 
> Aloka Dixit (4):
>    wifi: mac80211: generate EMA beacons in AP mode
>    wifi: mac80211_hwsim: move beacon transmission to a separate function
>    wifi: mac80211_hwsim: Multiple BSSID support
>    wifi: mac80211_hwsim: EMA support
> 
>   drivers/net/wireless/mac80211_hwsim.c |  83 +++++++++++-----
>   include/net/mac80211.h                |  68 +++++++++++++
>   net/mac80211/cfg.c                    |  11 ++-
>   net/mac80211/ieee80211_i.h            |  10 +-
>   net/mac80211/tx.c                     | 134 +++++++++++++++++++++++---
>   5 files changed, 263 insertions(+), 43 deletions(-)
> 
> 
> base-commit: 65e6af6cebefbf7d8d8ac52b71cd251c2071ad00

Hello,
Please review this series.