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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211.h993 * Min is arbitrarily chosen > IEEE80211_MIN_LEN. The default
1003 #define IEEE80211_MIN_LEN \ macro
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_zydreg.h1138 (sizeof(struct zyd_plcphdr) + IEEE80211_MIN_LEN + \
H A Dif_rum.c896 if (len < (int)(RT2573_RX_DESC_SIZE + IEEE80211_MIN_LEN)) {
H A Dif_ural.c899 if (len < (int)(RAL_RX_DESC_SIZE + IEEE80211_MIN_LEN)) {
/freebsd-9.3-release/sys/dev/iwi/
H A Dif_iwi.c1205 if (framelen < IEEE80211_MIN_LEN || framelen > MCLBYTES) {
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath.c3699 if (len < IEEE80211_MIN_LEN) {
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c1382 if (m->m_pkthdr.len < IEEE80211_MIN_LEN || mac == NULL) {
9335 if (m->m_pkthdr.len < IEEE80211_MIN_LEN) {

Completed in 272 milliseconds