[PATCH 0/3] Fix for PMKSA usage after known network removal

James Prestwood <[email protected]> Thu, 19 Mar 2026 11:05:22 -0700
Newsgroups dev.linux.lists.iwd
Message-ID <[email protected]>
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