From: Jouni Malinen Date: Mon, 1 Dec 2025 16:49:09 +0000 (+0200) Subject: RSN: Document forgotten akmp argument to pmksa_cache_set_current() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd57f4859c26f6762f5b8bda93793d22b235c82d;p=thirdparty%2Fhostap.git RSN: Document forgotten akmp argument to pmksa_cache_set_current() Signed-off-by: Jouni Malinen --- diff --git a/src/rsn_supp/pmksa_cache.c b/src/rsn_supp/pmksa_cache.c index 5bfcbd27e..581011eaf 100644 --- a/src/rsn_supp/pmksa_cache.c +++ b/src/rsn_supp/pmksa_cache.c @@ -637,6 +637,7 @@ void pmksa_cache_clear_current(struct wpa_sm *sm) * @network_ctx: Network configuration context * @try_opportunistic: Whether to allow opportunistic PMKSA caching * @fils_cache_id: Pointer to FILS Cache Identifier or %NULL if not used + * @akmp: Specific AKMP to search for or 0 for any * @associated: Whether the device is associated * Returns: 0 if PMKSA was found or -1 if no matching entry was found */