Searched refs:IEEE80211_WEP_CRCLEN (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_crypto_wep.c62 .ic_trailer = IEEE80211_WEP_CRCLEN,
315 uint8_t icv[IEEE80211_WEP_CRCLEN];
380 for (k = 0; k < IEEE80211_WEP_CRCLEN; k++) {
386 return m_append(m0, IEEE80211_WEP_CRCLEN, icv);
398 uint8_t icv[IEEE80211_WEP_CRCLEN];
463 for (k = 0; k < IEEE80211_WEP_CRCLEN; k++) {
H A Dieee80211.h994 #define IEEE80211_WEP_CRCLEN 4 /* CRC-32 */ macro
997 IEEE80211_WEP_CRCLEN)
1024 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN))
H A Dieee80211_crypto_tkip.c67 .ic_trailer = IEEE80211_WEP_CRCLEN,
587 uint8_t icv[IEEE80211_WEP_CRCLEN])
638 for (k = 0; k < IEEE80211_WEP_CRCLEN; k++) {
929 uint8_t icv[IEEE80211_WEP_CRCLEN];
946 (void) m_append(m, IEEE80211_WEP_CRCLEN, icv); /* XXX check return */
H A Dieee80211_crypto.c573 IEEE80211_WEP_HDRLEN + IEEE80211_WEP_CRCLEN)
H A Dieee80211_mesh.c3315 + IEEE80211_WEP_CRCLEN \
/freebsd-10.2-release/sys/dev/ath/ath_hal/
H A Dah_internal.h490 #define IEEE80211_WEP_CRCLEN 4 /* CRC-32 */ macro
495 (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN))
/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath_tdma.c238 + IEEE80211_WEP_CRCLEN \

Completed in 125 milliseconds