mbox series

[v2,0/5] PMKSA support for fullmac drivers

Message ID 20250213201816.230112-1-prestwoj@gmail.com (mailing list archive)
Headers show
Series PMKSA support for fullmac drivers | expand

Message

James Prestwood Feb. 13, 2025, 8:18 p.m. UTC
This set removes the need for the prior patch on the list:
[RFC] netdev: avoid PMKSA for fullmac drivers

And instead implementes proper support for PMKSA as opposed to
disabling it.

v2:
 * Reworked patches to utilize a new driver callback concept within
   the pmksa module. This avoids the need to expose any netdev APIs
   and makes the removal within the kernel transparent to modules
   using the PMKSA cache.

James Prestwood (5):
  netdev: don't set CQM thresholds for fullmac cards
  netdev: remove/update some iwd_notice logs
  pmksa: add driver callbacks and pmksa_cache_free
  handshake: use pmksa_cache_free
  netdev: implement PMKSA for fullmac drivers

 src/handshake.c |   6 +--
 src/netdev.c    | 133 +++++++++++++++++++++++++++++++++++++++++++++---
 src/pmksa.c     |  38 +++++++++++++-
 src/pmksa.h     |   9 ++++
 4 files changed, 173 insertions(+), 13 deletions(-)