Home
last modified time | relevance | path

Searched refs:IEEE80211_FTYPE_CTL (Results 1 – 16 of 16) sorted by relevance

/linux/include/linux/
H A Dieee80211.h61 #define IEEE80211_FTYPE_CTL 0x0004 macro
458 cpu_to_le16(IEEE80211_FTYPE_CTL); in ieee80211_is_ctl()
666 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_BACK_REQ); in ieee80211_is_back_req()
677 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_BACK); in ieee80211_is_back()
688 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_PSPOLL); in ieee80211_is_pspoll()
699 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS); in ieee80211_is_rts()
710 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CTS); in ieee80211_is_cts()
721 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_ACK); in ieee80211_is_ack()
732 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CFEND); in ieee80211_is_cfend()
743 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CFENDACK); in ieee80211_is_cfendack()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Drx.c38 .fc = __cpu_to_le16(IEEE80211_FTYPE_CTL),
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c433 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS); in libipw_xmit()
H A Dlibipw.h942 case IEEE80211_FTYPE_CTL: in libipw_get_hdrlen()
H A Dipw2100.c2608 case IEEE80211_FTYPE_CTL: in ipw2100_corruption_check()
2725 case IEEE80211_FTYPE_CTL: in __ipw2100_rx_process()
H A Dipw2200.c7848 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_CTL)
8342 case IEEE80211_FTYPE_CTL: in ipw_rx()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dtrx_common.c369 packet_matchbssid = ((type != IEEE80211_FTYPE_CTL) && in _rtl92d_translate_rx_signal_stuff()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c236 ((IEEE80211_FTYPE_CTL != type) && in _rtl92ce_translate_rx_signal_stuff()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c238 packet_matchbssid = ((IEEE80211_FTYPE_CTL != type) && in translate_rx_signal_stuff()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c215 packet_matchbssid = ((IEEE80211_FTYPE_CTL != type) && in _rtl92se_translate_rx_signal_stuff()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.c732 ((IEEE80211_FTYPE_CTL != type) && in rtl92c_translate_rx_signal_stuff()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c212 packet_matchbssid = ((IEEE80211_FTYPE_CTL != type) && in _rtl8723be_translate_rx_signal_stuff()
/linux/net/mac80211/
H A Dagg-tx.c118 bar->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL | in ieee80211_send_bar()
H A Dtx.c6151 pspoll->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL | in ieee80211_pspoll_get()
6281 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS); in ieee80211_rts_get()
6297 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CTS); in ieee80211_ctstoself_get()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_mon.c1983 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_CTS); in ath12k_wifi7_dp_mon_tx_gen_cts2self_frame()
2009 cpu_to_le16(IEEE80211_FTYPE_CTL | IEEE80211_STYPE_RTS); in ath12k_wifi7_dp_mon_tx_gen_rts_frame()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c997 pspoll->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL | in hwsim_send_ps_poll()
1418 hdr11->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL | in mac80211_hwsim_monitor_ack()