[PATCH v2 0/5] PMKSA support for fullmac drivers
James Prestwood <[email protected]>
| Newsgroups | dev.linux.lists.iwd |
|---|---|
| Message-ID | <[email protected]> |
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(-) -- 2.34.1