Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_2GHZ (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/net/
Dieee80211_radiotap.h228 #define IEEE80211_CHAN_2GHZ 0x0080 /* 2 GHz spectrum channel. */ macro
/linux-4.1.27/net/mac80211/
Drx.c271 channel_flags |= IEEE80211_CHAN_DYN | IEEE80211_CHAN_2GHZ; in ieee80211_add_rx_radiotap_header()
273 channel_flags |= IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ; in ieee80211_add_rx_radiotap_header()
275 channel_flags |= IEEE80211_CHAN_CCK | IEEE80211_CHAN_2GHZ; in ieee80211_add_rx_radiotap_header()
277 channel_flags |= IEEE80211_CHAN_2GHZ; in ieee80211_add_rx_radiotap_header()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_80211_rx.c187 IEEE80211_CHAN_2GHZ); in prism2_rx_80211()
/linux-4.1.27/drivers/net/wireless/
Dmac80211_hwsim.c832 flags = IEEE80211_CHAN_2GHZ; in mac80211_hwsim_monitor_rx()
873 flags = IEEE80211_CHAN_2GHZ; in mac80211_hwsim_monitor_ack()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.c7838 cpu_to_le16((IEEE80211_CHAN_CCK | IEEE80211_CHAN_2GHZ)); in ipw_handle_data_packet_monitor()
7841 cpu_to_le16(IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ); in ipw_handle_data_packet_monitor()
8047 cpu_to_le16((IEEE80211_CHAN_CCK | IEEE80211_CHAN_2GHZ)); in ipw_handle_promiscuous_rx()
8050 cpu_to_le16(IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ); in ipw_handle_promiscuous_rx()
10392 IEEE80211_CHAN_2GHZ); in ipw_handle_promiscuous_tx()
10396 IEEE80211_CHAN_2GHZ); in ipw_handle_promiscuous_tx()