]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
RSN: Document forgotten akmp argument to pmksa_cache_set_current()
authorJouni Malinen <jouni.malinen@oss.qualcomm.com>
Mon, 1 Dec 2025 16:49:09 +0000 (18:49 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 1 Dec 2025 16:49:09 +0000 (18:49 +0200)
Signed-off-by: Jouni Malinen <jouni.malinen@oss.qualcomm.com>
src/rsn_supp/pmksa_cache.c

index 5bfcbd27e870da4e03c85d95257929e4595d8b2d..581011eaf00109015eddafa0c2c1cad6862315ce 100644 (file)
@@ -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
  */