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

  /src/sys/net80211/
ieee80211_crypto_wep.c 89 struct ieee80211com *wc_ic; /* for diagnostics */ member in struct:wep_ctx
104 ctx->wc_ic = ic;
130 struct ieee80211com *ic = ctx->wc_ic;
220 IEEE80211_DPRINTF(ctx->wc_ic, IEEE80211_MSG_CRYPTO,
223 ctx->wc_ic->ic_stats.is_rx_wepfail++;
316 ctx->wc_ic->ic_stats.is_crypto_wep++;
356 IEEE80211_DPRINTF(ctx->wc_ic,
401 ctx->wc_ic->ic_stats.is_crypto_wep++;
440 IEEE80211_DPRINTF(ctx->wc_ic,

Completed in 45 milliseconds