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