Parcourir la source

RSN: Add a debug message when considing addition of OKC entry

Jouni Malinen il y a 13 ans
Parent
commit
8a55f56453
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/rsn_supp/pmksa_cache.c

+ 1 - 0
src/rsn_supp/pmksa_cache.c

@@ -346,6 +346,7 @@ pmksa_cache_get_opportunistic(struct rsn_pmksa_cache *pmksa, void *network_ctx,
 {
 	struct rsn_pmksa_cache_entry *entry = pmksa->pmksa;
 
+	wpa_printf(MSG_DEBUG, "RSN: Consider " MACSTR " for OKC", MAC2STR(aa));
 	if (network_ctx == NULL)
 		return NULL;
 	while (entry) {