All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] Improve roam scan strategy
@ 2025-04-15  8:21 Alexander Ganslandt
  2025-04-15  8:21 ` [PATCH RFC 1/3] util: add scan_freq_set_size function Alexander Ganslandt
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Alexander Ganslandt @ 2025-04-15  8:21 UTC (permalink / raw)
  To: iwd

These patches are WIP, I'm not submitting them for merging at this
point, but rather to start a discussion if this approach makes sense and
if it's a good addition to IWD.

My use case is livestreaming video while moving around a building, which
requires quickly finding a new BSS when the current one becomes weak.
The current behavior of scanning all frequencies at once takes too long
and is almost guaranteed to end up with a disconnection, resulting in
choppy livestreams.

The approach in these patches works a lot better for my use case, but
I'm unsure if it could cause issues for other use cases. I'd appreciate
any feedback or ideas!

Thanks,
Alexander

---
Alexander Ganslandt (3):
      util: add scan_freq_set_size function
      scan: add scan_freq_map
      station: improve roam scan strategy

 src/scan.c    |  36 +++++++++++
 src/scan.h    |   2 +
 src/station.c | 190 +++++++++++++++++++++++++++++++++++++++++++++-------------
 src/util.c    |  11 ++++
 src/util.h    |   1 +
 5 files changed, 199 insertions(+), 41 deletions(-)
---
base-commit: 7d5bcd738bb92cd33756985ffd2c4c67452a7f85
change-id: 20250414-roam-scan-improvements-02116c7c4631

Best regards,
-- 
Alexander Ganslandt <alexander.ganslandt@axis.com>


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

end of thread, other threads:[~2025-05-09  8:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-15  8:21 [PATCH RFC 0/3] Improve roam scan strategy Alexander Ganslandt
2025-04-15  8:21 ` [PATCH RFC 1/3] util: add scan_freq_set_size function Alexander Ganslandt
2025-04-15  8:21 ` [PATCH RFC 2/3] scan: add scan_freq_map Alexander Ganslandt
2025-04-15  8:21 ` [PATCH RFC 3/3] station: improve roam scan strategy Alexander Ganslandt
2025-04-16 16:46   ` James Prestwood
2025-04-16 17:19   ` Denis Kenzior
2025-05-07 12:53     ` Alexander Ganslandt
2025-05-07 15:40       ` James Prestwood
2025-05-07 16:31       ` Denis Kenzior
2025-05-09  8:53         ` Alexander Ganslandt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.