HomeSort by: relevance | last modified time | path
    Searched defs:cc_ic (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net80211/
ieee80211_crypto_ccmp.c 71 struct ieee80211com *cc_ic; /* for diagnostics */ member in struct:ccmp_ctx
114 ctx->cc_ic = ic;
132 IEEE80211_DPRINTF(ctx->cc_ic, IEEE80211_MSG_CRYPTO,
149 struct ieee80211com *ic = ctx->cc_ic;
218 IEEE80211_DPRINTF(ctx->cc_ic, IEEE80211_MSG_CRYPTO,
221 ctx->cc_ic->ic_stats.is_rx_ccmpformat++;
229 ieee80211_notify_replay_failure(ctx->cc_ic, wh, k, pn);
230 ctx->cc_ic->ic_stats.is_rx_ccmpreplay++;
369 ctx->cc_ic->ic_stats.is_crypto_ccmp++;
394 ctx->cc_ic->ic_stats.is_crypto_ccmp++
    [all...]

Completed in 36 milliseconds