Add AKM info in the debug message noting PMKSA caching entry addition
This is useful for debugging issues where an expected PMKSA cache entry is not found. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
6fe3f0f798
commit
253ce212ee
1 changed files with 2 additions and 1 deletions
|
@ -263,7 +263,8 @@ pmksa_cache_add_entry(struct rsn_pmksa_cache *pmksa,
|
|||
}
|
||||
pmksa->pmksa_count++;
|
||||
wpa_printf(MSG_DEBUG, "RSN: Added PMKSA cache entry for " MACSTR
|
||||
" network_ctx=%p", MAC2STR(entry->aa), entry->network_ctx);
|
||||
" network_ctx=%p akmp=0x%x", MAC2STR(entry->aa),
|
||||
entry->network_ctx, entry->akmp);
|
||||
wpa_sm_add_pmkid(pmksa->sm, entry->network_ctx, entry->aa, entry->pmkid,
|
||||
entry->fils_cache_id_set ? entry->fils_cache_id : NULL,
|
||||
entry->pmk, entry->pmk_len);
|
||||
|
|
Loading…
Reference in a new issue