Home
last modified time | relevance | path

Searched refs:IEEE80211_MIN_LEN (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211.h1584 #define IEEE80211_MIN_LEN \ macro
/freebsd/sys/dev/usb/wlan/
H A Dif_zydreg.h1137 (sizeof(struct zyd_plcphdr) + IEEE80211_MIN_LEN + \
H A Dif_ural.c861 if (len < (int)(RAL_RX_DESC_SIZE + IEEE80211_MIN_LEN)) { in ural_bulk_read_callback()
/freebsd/sys/dev/ath/
H A Dif_ath_rx.c895 if (len < IEEE80211_MIN_LEN) { in ath_rx_pkt()
/freebsd/sys/dev/otus/
H A Dif_otus.c1715 if (m->m_len < IEEE80211_MIN_LEN) { in otus_sub_rxeof()
/freebsd/sys/dev/iwi/
H A Dif_iwi.c1188 if (framelen < IEEE80211_MIN_LEN || framelen > MCLBYTES) { in iwi_frame_intr()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c1062 if (m->m_pkthdr.len < IEEE80211_MIN_LEN || mac == NULL) { in bwn_tx_start()
6018 if (m->m_pkthdr.len < IEEE80211_MIN_LEN) { in bwn_rxeof()