Home
last modified time | relevance | path

Searched refs:IEEE80211_WEP_MICLEN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_ccmp.c72 IEEE80211_WEP_MICLEN,
439 cmparam.ulMACSize = IEEE80211_WEP_MICLEN; in ccmp_encrypt()
448 pos, data_len, pos, data_len + IEEE80211_WEP_MICLEN); in ccmp_encrypt()
470 cmparam.ulMACSize = IEEE80211_WEP_MICLEN; /* MIC = 8 */ in ccmp_decrypt()
H A Dnet80211_crypto_tkip.c68 IEEE80211_WEP_MICLEN,
289 uint8_t mic[IEEE80211_WEP_MICLEN]; in tkip_demic()
290 uint8_t mic0[IEEE80211_WEP_MICLEN]; in tkip_demic()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_crypto.h120 #define IEEE80211_WEP_MICLEN 8 /* trailing MIC */ macro
H A Dnet80211_proto.h901 #define IEEE80211_WEP_MICLEN 8 /* trailing MIC */ macro