Searched refs:IEEE80211_FC1_MORE_FRAG (Results 1 – 13 of 13) sorted by relevance
89 #define IEEE80211_FC1_MORE_FRAG 0x04 macro
252 wh->i_fc[1] |= IEEE80211_FC1_MORE_FRAG; in send_mcast()278 wh->i_fc[1] &= ~IEEE80211_FC1_MORE_FRAG; in send_mcast()
587 wh->i_fc[1] |= IEEE80211_FC1_MORE_FRAG; in main()
287 wh->i_fc[1] |= IEEE80211_FC1_MORE_FRAG; in send_frag()
272 wh->i_fc[1] |= IEEE80211_FC1_MORE_FRAG; in send_header()
1714 wh->i_fc[1] |= IEEE80211_FC1_MORE_FRAG; in send_fragment()1718 wh->i_fc[1] &= ~IEEE80211_FC1_MORE_FRAG; in send_fragment()1771 IEEE80211_FC1_MORE_FRAG | in prepare_fragstate()
192 #define IEEE80211_FC1_MORE_FRAG 0x04 macro
181 uint8_t more_frag = wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG; in ieee80211_defrag()
613 (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG) != 0) in ieee80211_validate_frame()1981 wh->i_fc[1] |= IEEE80211_FC1_MORE_FRAG; in ieee80211_fragment()2032 whf->i_fc[1] &= ~IEEE80211_FC1_MORE_FRAG; in ieee80211_fragment()
2851 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG) in wpi_tx_data()2867 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG) in wpi_tx_data()2926 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG) { in wpi_tx_data()
1760 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG) in urtw_tx_start()1783 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG) in urtw_tx_start()
1145 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG) { in ath_tx_calc_duration()
4635 if (wh->i_fc[1] & IEEE80211_FC1_MORE_FRAG) in iwn_tx_data()