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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c79 struct wep_ctx { struct
91 struct wep_ctx *ctx;
93 ctx = kmem_zalloc(sizeof (struct wep_ctx), KM_NOSLEEP);
106 struct wep_ctx *ctx = k->wk_private;
109 kmem_free(ctx, sizeof (struct wep_ctx));
128 struct wep_ctx *ctx = k->wk_private;

Completed in 49 milliseconds