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

/freebsd-current/contrib/libpcap/
H A Dieee80211.h92 #define IEEE80211_FC1_MORE_DATA 0x20 macro
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dutil.h140 * This would be net80211::IEEE80211_FC1_MORE_DATA
148 val = cpu_to_le16(IEEE80211_FC1_MORE_DATA << 8);
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx_edma.c583 wh->i_fc[1] |= IEEE80211_FC1_MORE_DATA;
H A Dif_ath_tx.c723 wh->i_fc[1] |= IEEE80211_FC1_MORE_DATA;
2859 wh->i_fc[1] |= IEEE80211_FC1_MORE_DATA;
2861 wh->i_fc[1] &= ~IEEE80211_FC1_MORE_DATA;
2871 !! (wh->i_fc[1] & IEEE80211_FC1_MORE_DATA));
/freebsd-current/tools/tools/net80211/wlaninject/
H A Dwlaninject.c597 wh->i_fc[1] |= IEEE80211_FC1_MORE_DATA;
/freebsd-current/sys/net80211/
H A Dieee80211.h224 #define IEEE80211_FC1_MORE_DATA 0x20 macro
H A Dieee80211_output.c1797 wh->i_fc[1] |= IEEE80211_FC1_MORE_DATA;

Completed in 137 milliseconds