Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/libertas/
H A Dradiotap.h41 (1 << IEEE80211_RADIOTAP_FLAGS) | \
/linux/Documentation/networking/
H A Dmac80211-injection.rst22 * IEEE80211_RADIOTAP_FLAGS
/linux/include/net/
H A Dieee80211_radiotap.h64 IEEE80211_RADIOTAP_FLAGS = 1, enumerator
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c337 rtap->rthdr.it_present = cpu_to_le32((1 << IEEE80211_RADIOTAP_FLAGS) | in wil_rx_add_radiotap_header()
/linux/net/mac80211/
H A Drx.c346 it_present_val = BIT(IEEE80211_RADIOTAP_FLAGS) | in ieee80211_add_rx_radiotap_header()
H A Dtx.c2132 case IEEE80211_RADIOTAP_FLAGS: in ieee80211_parse_tx_radiotap()