Searched refs:ic_attach (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_crypto.h | 213 void* (*ic_attach)(struct ieee80211vap *, struct ieee80211_key *); member 264 k->wk_private = k->wk_cipher->ic_attach(vap, k); in ieee80211_crypto_resetkey()
|
H A D | ieee80211_crypto.c | 110 return key->wk_cipher->ic_attach(vap, key); in cipher_attach() 427 keyctx = cip->ic_attach(vap, key); in ieee80211_crypto_newkey() 472 keyctx = cip->ic_attach(vap, key); in ieee80211_crypto_newkey()
|
H A D | ieee80211_crypto_none.c | 64 .ic_attach = none_attach,
|
H A D | ieee80211_crypto_gcmp.c | 89 .ic_attach = gcmp_attach, 106 .ic_attach = gcmp_attach,
|
H A D | ieee80211_crypto_wep.c | 65 .ic_attach = wep_attach,
|
H A D | ieee80211_crypto_ccmp.c | 79 .ic_attach = ccmp_attach,
|
H A D | ieee80211_crypto_tkip.c | 70 .ic_attach = tkip_attach,
|