Home
last modified time | relevance | path

Searched refs:IEEE80211_FC1_MORE_DATA (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/libpcap/
H A Dieee80211.h92 #define IEEE80211_FC1_MORE_DATA 0x20 macro
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx_edma.c418 wh->i_fc[1] |= IEEE80211_FC1_MORE_DATA; in ath_edma_xmit_handoff_mcast()
H A Dif_ath_tx.c733 wh->i_fc[1] |= IEEE80211_FC1_MORE_DATA; in ath_tx_handoff_mcast()
2796 wh->i_fc[1] |= IEEE80211_FC1_MORE_DATA; in ath_tx_leak_count_update()
2798 wh->i_fc[1] &= ~IEEE80211_FC1_MORE_DATA; in ath_tx_leak_count_update()
2808 !! (wh->i_fc[1] & IEEE80211_FC1_MORE_DATA)); in ath_tx_leak_count_update()
2818 !! (wh->i_fc[1] & IEEE80211_FC1_MORE_DATA)); in ath_tx_leak_count_update()
/dragonfly/tools/tools/net80211/wlaninject/
H A Dwlaninject.c599 wh->i_fc[1] |= IEEE80211_FC1_MORE_DATA; in main()
/dragonfly/sys/netproto/802_11/
H A Dieee80211.h174 #define IEEE80211_FC1_MORE_DATA 0x20 macro
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_output.c1638 wh->i_fc[1] |= IEEE80211_FC1_MORE_DATA;