Searched refs:IEEE80211_FC1_MORE_FRAG (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/libpcap/
H A Dieee80211.h89 #define IEEE80211_FC1_MORE_FRAG 0x04 macro
/freebsd-11-stable/tools/tools/net80211/w00t/expand/
H A Dexpand.c252 wh->i_fc[1] |= IEEE80211_FC1_MORE_FRAG;
278 wh->i_fc[1] &= ~IEEE80211_FC1_MORE_FRAG;
/freebsd-11-stable/tools/tools/net80211/w00t/prga/
H A Dprga.c287 wh->i_fc[1] |= IEEE80211_FC1_MORE_FRAG;
/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A Dredir.c272 wh->i_fc[1] |= IEEE80211_FC1_MORE_FRAG;
/freebsd-11-stable/tools/tools/net80211/wlaninject/
H A Dwlaninject.c587 wh->i_fc[1] |= IEEE80211_FC1_MORE_FRAG;
/freebsd-11-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1714 wh->i_fc[1] |= IEEE80211_FC1_MORE_FRAG;
1718 wh->i_fc[1] &= ~IEEE80211_FC1_MORE_FRAG;
1771 IEEE80211_FC1_MORE_FRAG |
/freebsd-11-stable/sys/net80211/
H A Dieee80211_input.c187 uint8_t more_frag = wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG;
H A Dieee80211.h171 #define IEEE80211_FC1_MORE_FRAG 0x04 macro
H A Dieee80211_output.c1674 wh->i_fc[1] |= IEEE80211_FC1_MORE_FRAG;
1725 whf->i_fc[1] &= ~IEEE80211_FC1_MORE_FRAG;
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c2831 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG)
2847 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG)
2906 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG) {
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_urtw.c1750 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG)
1773 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG)
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c1120 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG) {
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c4496 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG)

Completed in 229 milliseconds