Home
last modified time | relevance | path

Searched refs:IEEE80211_RADIOTAP_CHANNEL (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/net/
Dieee80211_radiotap.h198 IEEE80211_RADIOTAP_CHANNEL = 3, enumerator
/linux-4.4.14/net/wireless/
Dradiotap.c29 [IEEE80211_RADIOTAP_CHANNEL] = { .align = 2, .size = 4, },
/linux-4.4.14/Documentation/networking/
Dradiotap-headers.txt71 together. For example IEEE80211_RADIOTAP_CHANNEL has an argument payload
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_80211_rx.c180 (1 << IEEE80211_RADIOTAP_CHANNEL) | in prism2_rx_80211()
/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c827 (1 << IEEE80211_RADIOTAP_CHANNEL)); in mac80211_hwsim_monitor_rx()
869 (1 << IEEE80211_RADIOTAP_CHANNEL)); in mac80211_hwsim_monitor_ack()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dtxrx.c332 (1 << IEEE80211_RADIOTAP_CHANNEL) | in wil_rx_add_radiotap_header()
/linux-4.4.14/net/mac80211/
Drx.c242 BIT(IEEE80211_RADIOTAP_CHANNEL) | in ieee80211_add_rx_radiotap_header()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.c7815 (1 << IEEE80211_RADIOTAP_CHANNEL) | in ipw_handle_data_packet_monitor()
8024 (1 << IEEE80211_RADIOTAP_CHANNEL) | in ipw_handle_promiscuous_rx()
10381 rt_hdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_CHANNEL); in ipw_handle_promiscuous_tx()