Searched refs:wk_private (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_crypto_none.c93 struct ieee80211vap *vap = k->wk_private;
111 struct ieee80211vap *vap = k->wk_private;
131 struct ieee80211vap *vap = k->wk_private;
140 struct ieee80211vap *vap = k->wk_private;
H A Dieee80211_crypto.h61 * of the cipher; any per-key state is hung off wk_private by the
98 void *wk_private; /* private cipher state */ member in struct:ieee80211_key
233 k->wk_private = k->wk_cipher->ic_attach(vap, k);
H A Dieee80211_crypto_ccmp.c114 struct ccmp_ctx *ctx = k->wk_private;
124 struct ccmp_ctx *ctx = k->wk_private;
143 struct ccmp_ctx *ctx = k->wk_private;
206 struct ccmp_ctx *ctx = k->wk_private;
404 struct ccmp_ctx *ctx = key->wk_private;
549 struct ccmp_ctx *ctx = key->wk_private;
H A Dieee80211_crypto_wep.c107 struct wep_ctx *ctx = k->wk_private;
126 struct wep_ctx *ctx = k->wk_private;
214 struct wep_ctx *ctx = k->wk_private;
311 struct wep_ctx *ctx = key->wk_private;
394 struct wep_ctx *ctx = key->wk_private;
H A Dieee80211_crypto_tkip.c127 struct tkip_ctx *ctx = k->wk_private;
137 struct tkip_ctx *ctx = k->wk_private;
157 struct tkip_ctx *ctx = k->wk_private;
216 struct tkip_ctx *ctx = k->wk_private;
252 struct tkip_ctx *ctx = k->wk_private;
327 struct tkip_ctx *ctx = k->wk_private;
H A Dieee80211_crypto.c364 key->wk_private = keyctx;
409 key->wk_private = keyctx;
/freebsd-10.0-release/tools/regression/net80211/wep/
H A Dtest_wep.c252 ctx = (struct wep_ctx_hw *) key.wk_private;
/freebsd-10.0-release/tools/regression/net80211/tkip/
H A Dtest_tkip.c257 ctx = key.wk_private;

Completed in 130 milliseconds