Searched refs:ic_enmic (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_crypto.h184 int (*ic_enmic)(struct ieee80211_key *, struct mbuf *, int); member in struct:ieee80211_cipher
220 return (cip->ic_miclen > 0 ? cip->ic_enmic(k, m, force) : 1);
H A Dieee80211_crypto_none.c67 .ic_enmic = none_enmic,
H A Dieee80211_crypto_ccmp.c83 .ic_enmic = ccmp_enmic,
H A Dieee80211_crypto_wep.c69 .ic_enmic = wep_enmic,
H A Dieee80211_crypto_tkip.c74 .ic_enmic = tkip_enmic,

Completed in 78 milliseconds