public inbox for iwd@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix for PMKSA usage after known network removal
@ 2026-03-19 18:05 James Prestwood
  2026-03-19 18:05 ` [PATCH 1/3] pmksa: add pmksa_cache_flush_ssid James Prestwood
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: James Prestwood @ 2026-03-19 18:05 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

Notes:
 - This will still happen on fullmac cards as the driver callbacks
   have not been updated to flush by SSID.
 - I believe its possible to pass an SSID attribute so it should be
   straight forward but I haven't had time to bring up a raspi to
   test this yet.

James Prestwood (3):
  pmksa: add pmksa_cache_flush_ssid
  network: remove PMKSA entries on known network removal
  auto-t: add test for known network removal of a PMKSA network

 autotests/testPMKSA-SAE/connection_test.py | 32 +++++++++++++++++++++-
 src/network.c                              |  3 ++
 src/pmksa.c                                | 27 ++++++++++++++++++
 src/pmksa.h                                |  1 +
 4 files changed, 62 insertions(+), 1 deletion(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-03-23 15:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-19 18:05 [PATCH 0/3] Fix for PMKSA usage after known network removal James Prestwood
2026-03-19 18:05 ` [PATCH 1/3] pmksa: add pmksa_cache_flush_ssid James Prestwood
2026-03-23 15:14   ` Denis Kenzior
2026-03-23 15:28     ` James Prestwood
2026-03-19 18:05 ` [PATCH 2/3] network: remove PMKSA entries on known network removal James Prestwood
2026-03-19 18:05 ` [PATCH 3/3] auto-t: add test for known network removal of a PMKSA network James Prestwood

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