HomeSort by: relevance | last modified time | path
    Searched refs:wk_private (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/net80211/
ieee80211_crypto_none.c 102 struct ieee80211com *ic = k->wk_private;
121 struct ieee80211com *ic = k->wk_private;
142 struct ieee80211com *ic = k->wk_private;
151 struct ieee80211com *ic = k->wk_private;
ieee80211_crypto_ccmp.c 121 struct ccmp_ctx *ctx = k->wk_private;
129 struct ccmp_ctx *ctx = k->wk_private;
148 struct ccmp_ctx *ctx = k->wk_private;
203 struct ccmp_ctx *ctx = k->wk_private;
359 struct ccmp_ctx *ctx = key->wk_private;
383 struct ccmp_ctx *ctx = key->wk_private;
ieee80211_crypto.h 59 * of the cipher; any per-key state is hung off wk_private by the
89 void *wk_private; /* private cipher state */ member in struct:ieee80211_key
218 k->wk_private = k->wk_cipher->ic_attach(ic, k);
ieee80211_crypto_wep.c 112 struct wep_ctx *ctx = k->wk_private;
129 struct wep_ctx *ctx = k->wk_private;
208 struct wep_ctx *ctx = k->wk_private;
306 struct wep_ctx *ctx = key->wk_private;
391 struct wep_ctx *ctx = key->wk_private;
ieee80211_crypto_tkip.c 134 struct tkip_ctx *ctx = k->wk_private;
142 struct tkip_ctx *ctx = k->wk_private;
161 struct tkip_ctx *ctx = k->wk_private;
212 struct tkip_ctx *ctx = k->wk_private;
247 struct tkip_ctx *ctx = k->wk_private;
322 struct tkip_ctx *ctx = k->wk_private;
ieee80211_crypto.c 373 key->wk_private = keyctx;

Completed in 14 milliseconds