Home
last modified time | relevance | path

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

/netbsd-src/sys/net80211/
H A Dieee80211_crypto.h163 void* (*ic_attach)(struct ieee80211com *, struct ieee80211_key *); member
218 k->wk_private = k->wk_cipher->ic_attach(ic, k); in ieee80211_crypto_resetkey()
H A Dieee80211_crypto_none.c71 .ic_attach = none_attach,
H A Dieee80211_crypto_ccmp.c89 .ic_attach = ccmp_attach,
H A Dieee80211_crypto_wep.c74 .ic_attach = wep_attach,
H A Dieee80211_crypto.c362 keyctx = cip->ic_attach(ic, key); in ieee80211_crypto_newkey()
H A Dieee80211_crypto_tkip.c79 .ic_attach = tkip_attach,