Home
last modified time | relevance | path

Searched refs:wc_iv (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net80211/
H A Dieee80211_crypto_wep.c90 u_int32_t wc_iv; /* initial vector for crypto */ member
105 get_random_bytes(&ctx->wc_iv, sizeof(ctx->wc_iv)); in wep_attach()
157 iv = ctx->wc_iv; in wep_encap()
163 ctx->wc_iv = iv + 1; in wep_encap()