RSN: Add a debug message when considing addition of OKC entry
This commit is contained in:
parent
7c444f3c12
commit
8a55f56453
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue