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

This commit is contained in:
Jouni Malinen 2011-09-16 18:45:15 +03:00 committed by Jouni Malinen
parent 7c444f3c12
commit 8a55f56453

View 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) {