summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net80211/ieee80211_crypto.c')
-rw-r--r--sys/net80211/ieee80211_crypto.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_crypto.c b/sys/net80211/ieee80211_crypto.c
index 86dc0ff..126de72 100644
--- a/sys/net80211/ieee80211_crypto.c
+++ b/sys/net80211/ieee80211_crypto.c
@@ -267,6 +267,10 @@ ieee80211_crypto_newkey(struct ieee80211vap *vap,
void *keyctx;
int oflags;
+ IEEE80211_DPRINTF(vap, IEEE80211_MSG_CRYPTO,
+ "%s: cipher %u flags 0x%x keyix %u\n",
+ __func__, cipher, flags, key->wk_keyix);
+
/*
* Validate cipher and set reference to cipher routines.
*/
OpenPOWER on IntegriCloud