Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_crypto_none.c70 .ic_encap = none_encap,
H A Dieee80211_crypto.h195 int (*ic_encap)(struct ieee80211_key *, struct mbuf *); member
H A Dieee80211_crypto_wep.c71 .ic_encap = wep_encap,
H A Dieee80211_crypto.c595 return (cip->ic_encap(k, m) ? k : NULL); in ieee80211_crypto_encap()
H A Dieee80211_crypto_ccmp.c85 .ic_encap = ccmp_encap,
H A Dieee80211_crypto_tkip.c76 .ic_encap = tkip_encap,