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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto.h191 void* (*ic_attach)(struct ieee80211vap *, struct ieee80211_key *); member in struct:ieee80211_cipher
242 k->wk_private = k->wk_cipher->ic_attach(vap, k);
H A Dieee80211_crypto_none.c66 .ic_attach = none_attach,
H A Dieee80211_crypto.c112 return key->wk_cipher->ic_attach(vap, key);
354 keyctx = cip->ic_attach(vap, key);
398 keyctx = cip->ic_attach(vap, key);
H A Dieee80211_crypto_wep.c67 .ic_attach = wep_attach,
H A Dieee80211_crypto_ccmp.c81 .ic_attach = ccmp_attach,
H A Dieee80211_crypto_tkip.c72 .ic_attach = tkip_attach,

Completed in 96 milliseconds