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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_none.c103 struct ieee80211vap *vap = k->wk_private;
124 struct ieee80211vap *vap = k->wk_private;
144 struct ieee80211vap *vap = k->wk_private;
153 struct ieee80211vap *vap = k->wk_private;
H A Dieee80211_crypto.h63 * of the cipher; any per-key state is hung off wk_private by the
106 void *wk_private; /* private cipher state */ member in struct:ieee80211_key
242 k->wk_private = k->wk_cipher->ic_attach(vap, k);
H A Dieee80211_crypto_ccmp.c118 struct ccmp_ctx *ctx = k->wk_private;
128 struct ccmp_ctx *ctx = k->wk_private;
144 struct ccmp_ctx *ctx = k->wk_private;
168 struct ccmp_ctx *ctx = k->wk_private;
238 struct ccmp_ctx *ctx = k->wk_private;
452 struct ccmp_ctx *ctx = key->wk_private;
597 struct ccmp_ctx *ctx = key->wk_private;
H A Dieee80211_crypto_wep.c111 struct wep_ctx *ctx = k->wk_private;
127 struct wep_ctx *ctx = k->wk_private;
183 struct wep_ctx *ctx = k->wk_private;
242 struct wep_ctx *ctx = k->wk_private;
348 struct wep_ctx *ctx = key->wk_private;
431 struct wep_ctx *ctx = key->wk_private;
H A Dieee80211_crypto_tkip.c130 struct tkip_ctx *ctx = k->wk_private;
140 struct tkip_ctx *ctx = k->wk_private;
156 struct tkip_ctx *ctx = k->wk_private;
179 struct tkip_ctx *ctx = k->wk_private;
242 struct tkip_ctx *ctx = k->wk_private;
292 struct tkip_ctx *ctx = k->wk_private;
387 struct tkip_ctx *ctx = k->wk_private;
H A Dieee80211_crypto.c365 key->wk_private = keyctx;
410 key->wk_private = keyctx;

Completed in 76 milliseconds