Searched refs:tx_radiotap (Results 1 – 2 of 2) sorted by relevance
54 struct ieee80211_radiotap_header *th, int tlen, uint32_t tx_radiotap, in ieee80211_radiotap_attach() argument61 th->it_present = htole32(tx_radiotap); in ieee80211_radiotap_attach()65 if (tx_radiotap & B(IEEE80211_RADIOTAP_CHANNEL)) in ieee80211_radiotap_attach()67 else if (tx_radiotap & B(IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_attach()71 __func__, tx_radiotap); in ieee80211_radiotap_attach()
690 uint32_t tx_radiotap,