Home | History | Annotate | Download | only in net80211

Lines Matching defs:tc_ic

96 	struct ieee80211com *tc_ic;	/* for diagnostics */
127 ctx->tc_ic = ic;
146 IEEE80211_DPRINTF(ctx->tc_ic, IEEE80211_MSG_CRYPTO,
162 struct ieee80211com *ic = ctx->tc_ic;
216 struct ieee80211com *ic = ctx->tc_ic;
248 struct ieee80211com *ic = ctx->tc_ic;
262 IEEE80211_DPRINTF(ctx->tc_ic, IEEE80211_MSG_CRYPTO,
265 ctx->tc_ic->ic_stats.is_rx_tkipformat++;
284 ieee80211_notify_replay_failure(ctx->tc_ic, wh, k, ctx->rx_rsc);
285 ctx->tc_ic->ic_stats.is_rx_tkipreplay++;
326 struct ieee80211com *ic = ctx->tc_ic;
881 ctx->tc_ic->ic_stats.is_crypto_tkip++;
916 ctx->tc_ic->ic_stats.is_crypto_tkip++;
938 IEEE80211_DPRINTF(ctx->tc_ic, IEEE80211_MSG_CRYPTO,
941 ctx->tc_ic->ic_stats.is_rx_tkipicv++;