]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
RSN: Add a debug message when considing addition of OKC entry
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 16 Sep 2011 15:45:15 +0000 (18:45 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 16 Sep 2011 15:45:15 +0000 (18:45 +0300)
src/rsn_supp/pmksa_cache.c

index 6d828a43eadd6d1a7f2da146de5268b781f6e38f..fe3d8da2bd53f117add29463998a1e30395a9acf 100644 (file)
@@ -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) {