Home
last modified time | relevance | path

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

/linux-6.12.1/net/wireless/
Dradiotap.c29 [IEEE80211_RADIOTAP_CHANNEL] = { .align = 2, .size = 4, },
/linux-6.12.1/include/net/
Dieee80211_radiotap.h66 IEEE80211_RADIOTAP_CHANNEL = 3, enumerator
/linux-6.12.1/Documentation/networking/
Dradiotap-headers.rst76 together. For example IEEE80211_RADIOTAP_CHANNEL has an argument payload
/linux-6.12.1/drivers/net/wireless/ath/wil6210/
Dtxrx.c338 (1 << IEEE80211_RADIOTAP_CHANNEL) | in wil_rx_add_radiotap_header()
/linux-6.12.1/drivers/net/wireless/virtual/
Dmac80211_hwsim.c1273 (1 << IEEE80211_RADIOTAP_CHANNEL)); in mac80211_hwsim_monitor_rx()
1315 (1 << IEEE80211_RADIOTAP_CHANNEL)); in mac80211_hwsim_monitor_ack()
/linux-6.12.1/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c7739 (1 << IEEE80211_RADIOTAP_CHANNEL) | in ipw_handle_data_packet_monitor()
7948 (1 << IEEE80211_RADIOTAP_CHANNEL) | in ipw_handle_promiscuous_rx()
10303 rt_hdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_CHANNEL); in ipw_handle_promiscuous_tx()
/linux-6.12.1/net/mac80211/
Drx.c347 BIT(IEEE80211_RADIOTAP_CHANNEL) | in ieee80211_add_rx_radiotap_header()