Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_CTRL_PORT_CTRL_PROTO (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/rsi/
H A Drsi_91x_core.c471 IEEE80211_TX_CTRL_PORT_CTRL_PROTO) { in rsi_core_xmit()
H A Drsi_91x_hal.c173 IEEE80211_TX_CTRL_PORT_CTRL_PROTO; in rsi_prepare_data_desc()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c68 info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO)) in iwlagn_tx_cmd_build_basic()
/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c347 if (control->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) in wl1271_tx_fill_hdr()
/linux/net/mac80211/
H A Dtx.c566 info->control.flags |= IEEE80211_TX_CTRL_PORT_CTRL_PROTO; in ieee80211_tx_h_check_control_port_protocol()
3882 IEEE80211_TX_CTRL_PORT_CTRL_PROTO) || in ieee80211_tx_dequeue()
6161 ctrl_flags |= IEEE80211_TX_CTRL_PORT_CTRL_PROTO | in ieee80211_tx_control_port()
H A Drc80211_minstrel_ht.c1614 (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO)) in minstrel_ht_get_rate()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c223 } else if (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) { in iwl_mvm_set_tx_cmd()
/linux/include/net/
H A Dmac80211.h1010 IEEE80211_TX_CTRL_PORT_CTRL_PROTO = BIT(0), enumerator
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c853 if (IEEE80211_SKB_CB(skb)->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) { in rtw89_core_tx_btc_spec_pkt_notify()