Symbol: IEEE80211_CRC_LEN
usr/src/uts/common/io/arn/arn_beacon.c
87
MBLKL(mp) + IEEE80211_CRC_LEN, /* frame length */
usr/src/uts/common/io/arn/arn_recv.c
542
rx_mp->b_wptr -= IEEE80211_CRC_LEN;
usr/src/uts/common/io/arn/arn_xmit.c
1876
pktlen = IEEE80211_CRC_LEN;
usr/src/uts/common/io/ath/ath_main.c
488
IEEE80211_MTU + IEEE80211_CRC_LEN +
usr/src/uts/common/io/ath/ath_main.c
616
rx_mp->b_wptr -= IEEE80211_CRC_LEN;
usr/src/uts/common/io/ath/ath_main.c
690
pktlen = IEEE80211_CRC_LEN;
usr/src/uts/common/io/ipw/ipw2100_impl.h
532
+ IEEE80211_CRC_LEN]; /* FCS */
usr/src/uts/common/io/iwh/iwh.c
606
IEEE80211_MTU + IEEE80211_CRC_LEN +
usr/src/uts/common/io/iwk/iwk2.c
537
IEEE80211_MTU + IEEE80211_CRC_LEN +
usr/src/uts/common/io/iwn/if_iwn.c
3852
if (totlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) {
usr/src/uts/common/io/iwp/iwp.c
567
IEEE80211_MTU + IEEE80211_CRC_LEN +
usr/src/uts/common/io/ral/rt2560.c
1404
len += IEEE80211_CRC_LEN;
usr/src/uts/common/io/rtw/rtw.c
1218
IEEE80211_MTU + IEEE80211_CRC_LEN + sizeof (struct ieee80211_llc) +
usr/src/uts/common/io/rtw/rtw.c
2046
overlen = 8 + IEEE80211_CRC_LEN;
usr/src/uts/common/io/rtw/rtw.c
2049
overlen = IEEE80211_CRC_LEN;
usr/src/uts/common/io/rtw/rtw.c
2666
len -= IEEE80211_CRC_LEN;
usr/src/uts/common/io/rum/rum.c
701
len += IEEE80211_CRC_LEN;
usr/src/uts/common/io/rwd/rt2661.c
1381
len += IEEE80211_CRC_LEN;
usr/src/uts/common/io/rwn/rt2860.c
1203
(pktlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold ||
usr/src/uts/common/io/uath/uath.c
2070
framelen = pktlen + IEEE80211_CRC_LEN;
usr/src/uts/common/io/ural/ural.c
502
pktlen -= IEEE80211_CRC_LEN;
usr/src/uts/common/io/ural/ural.c
637
len += IEEE80211_CRC_LEN;
usr/src/uts/common/io/wpi/wpi.c
467
IEEE80211_MTU + IEEE80211_CRC_LEN +
usr/src/uts/common/io/zyd/zyd.c
249
sizeof (struct zyd_rx_stat) - IEEE80211_CRC_LEN;
usr/src/uts/common/sys/net80211_proto.h
916
IEEE80211_MTU_MAX + IEEE80211_CRC_LEN)
usr/src/uts/common/sys/net80211_proto.h
918
(sizeof (struct ieee80211_frame_ack) + IEEE80211_CRC_LEN)
usr/src/uts/common/sys/net80211_proto.h
920
(sizeof (struct ieee80211_frame_min) + IEEE80211_CRC_LEN)