public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] Ranging support enhancements
@ 2026-01-30 16:00 Peddolla Harshavardhan Reddy
  2026-01-30 16:00 ` [PATCH 01/13] wifi: nl80211/cfg80211: Allow RSTA role to be enabled without LMR request Peddolla Harshavardhan Reddy
                   ` (15 more replies)
  0 siblings, 16 replies; 31+ messages in thread
From: Peddolla Harshavardhan Reddy @ 2026-01-30 16:00 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless

This patch series introduces Fine Timing Measurement (FTM)
enhancements and Proximity Detection (PD) capabilities. The
implementation follows the Wi-Fi Alliance "PR Implementation
Consideration Draft 1.9 Rev 1" specification and extends the
existing peer measurement framework with advanced ranging
features.

Kavita Kavita (1):
  mac80211_hwsim: Add support for extended FTM ranging

Peddolla Harshavardhan Reddy (12):
  wifi: nl80211/cfg80211: Allow RSTA role to be enabled without LMR
    request
  wifi: nl80211/cfg80211: add proximity detection capabilities to PMSR
  wifi: nl80211/cfg80211: add continuous ranging and PD request support
  wifi: nl80211/cfg80211: extend PMSR FTM response for proximity ranging
  wifi: nl80211/cfg80211: add peer measurement abort command
  wifi: nl80211/cfg80211: add role-based PD peer limits
  wifi: nl80211/cfg80211: add ingress/egress distance thresholds for FTM
  wifi: nl80211/cfg80211: add PD-specific bandwidth capabilities for FTM
  wifi: nl80211/cfg80211: add FTM range report negotiation support
  wifi: nl80211/cfg80211: add result reporting control for PD requests
  wifi: nl80211/cfg80211: add MAC randomization support for PD requests
  wifi: nl80211/cfg80211: add LTF keyseed support for secure ranging

 drivers/net/wireless/virtual/mac80211_hwsim.c | 141 +++++++++++++
 include/net/cfg80211.h                        | 163 ++++++++++++++-
 include/uapi/linux/nl80211.h                  | 177 +++++++++++++++-
 net/wireless/nl80211.c                        |  87 ++++++++
 net/wireless/nl80211.h                        |   1 +
 net/wireless/pmsr.c                           | 194 ++++++++++++++++--
 6 files changed, 738 insertions(+), 25 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2026-03-04  7:01 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-30 16:00 [PATCH 00/13] Ranging support enhancements Peddolla Harshavardhan Reddy
2026-01-30 16:00 ` [PATCH 01/13] wifi: nl80211/cfg80211: Allow RSTA role to be enabled without LMR request Peddolla Harshavardhan Reddy
2026-02-02 14:46   ` Jeff Johnson
2026-01-30 16:00 ` [PATCH 02/13] wifi: nl80211/cfg80211: add proximity detection capabilities to PMSR Peddolla Harshavardhan Reddy
2026-01-30 16:00 ` [PATCH 03/13] wifi: nl80211/cfg80211: add continuous ranging and PD request support Peddolla Harshavardhan Reddy
2026-02-01  0:52   ` Jeff Johnson
2026-01-30 16:00 ` [PATCH 04/13] wifi: nl80211/cfg80211: extend PMSR FTM response for proximity ranging Peddolla Harshavardhan Reddy
2026-01-30 16:00 ` [PATCH 05/13] wifi: nl80211/cfg80211: add peer measurement abort command Peddolla Harshavardhan Reddy
2026-01-30 16:15   ` Johannes Berg
2026-03-04  6:59     ` Peddolla Harshavardhan Reddy
2026-01-30 16:00 ` [PATCH 06/13] wifi: nl80211/cfg80211: add role-based PD peer limits Peddolla Harshavardhan Reddy
2026-02-02 17:22   ` Vasanthakumar Thiagarajan
2026-01-30 16:00 ` [PATCH 07/13] wifi: nl80211/cfg80211: add ingress/egress distance thresholds for FTM Peddolla Harshavardhan Reddy
2026-02-02 14:55   ` Jeff Johnson
2026-01-30 16:00 ` [PATCH 08/13] wifi: nl80211/cfg80211: add PD-specific bandwidth capabilities " Peddolla Harshavardhan Reddy
2026-02-02 14:56   ` Jeff Johnson
2026-01-30 16:00 ` [PATCH 09/13] wifi: nl80211/cfg80211: add FTM range report negotiation support Peddolla Harshavardhan Reddy
2026-02-02 14:57   ` Jeff Johnson
2026-01-30 16:00 ` [PATCH 10/13] wifi: nl80211/cfg80211: add result reporting control for PD requests Peddolla Harshavardhan Reddy
2026-02-02 14:58   ` Jeff Johnson
2026-01-30 16:00 ` [PATCH 11/13] wifi: nl80211/cfg80211: add MAC randomization support " Peddolla Harshavardhan Reddy
2026-02-02 14:59   ` Jeff Johnson
2026-02-02 17:33   ` Vasanthakumar Thiagarajan
2026-01-30 16:00 ` [PATCH 12/13] wifi: nl80211/cfg80211: add LTF keyseed support for secure ranging Peddolla Harshavardhan Reddy
2026-02-01  0:50   ` Jeff Johnson
2026-02-02 17:36   ` Vasanthakumar Thiagarajan
2026-01-30 16:00 ` [PATCH 13/13] mac80211_hwsim: Add support for extended FTM ranging Peddolla Harshavardhan Reddy
2026-01-30 18:52 ` [PATCH 00/13] Ranging support enhancements Jeff Johnson
2026-02-02 17:44 ` Vasanthakumar Thiagarajan
2026-02-03 11:40 ` Lachlan Hodges
2026-03-04  7:01   ` Peddolla Harshavardhan Reddy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox