mbox series

[v3,0/3] Add support for randomizing TA of auth and deauth frames

Message ID 20230112012415.167556-1-quic_vjakkam@quicinc.com (mailing list archive)
Headers show
Series Add support for randomizing TA of auth and deauth frames | expand

Message

Veerendranath Jakkam Jan. 12, 2023, 1:24 a.m. UTC
This patch series is to add support for randomizing transmit address of
the authentication and deauthentication frames.

The changes submitted in this patch series can be verified with
hostap.git HWSIM test case changes submitted in below link
https://patchwork.ozlabs.org/project/hostap/list/?series=335502&state=*

Veerendranath Jakkam (3):
  wifi: nl80211: Add support for randomizing TA of auth and deauth
    frames
  wifi: mac80211: Add support to randomize TA of auth and deauth frames
  wifi: mac80211_hwsim: Add support for randomizing auth and deauth
    frames TA

 drivers/net/wireless/mac80211_hwsim.c | 26 +++++++++++++
 include/net/mac80211.h                | 12 ++++++
 include/uapi/linux/nl80211.h          |  5 +++
 net/mac80211/main.c                   |  3 +-
 net/mac80211/offchannel.c             | 38 ++++++++++++++++++
 net/mac80211/rx.c                     | 18 +++++++--
 net/mac80211/util.c                   |  7 +++-
 net/wireless/mlme.c                   | 55 ++++++++++++++++++---------
 8 files changed, 139 insertions(+), 25 deletions(-)