Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/rsi/
Drsi_91x_core.c471 IEEE80211_TX_CTRL_PORT_CTRL_PROTO) { in rsi_core_xmit()
Drsi_91x_hal.c173 IEEE80211_TX_CTRL_PORT_CTRL_PROTO; in rsi_prepare_data_desc()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c67 info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO)) in iwlagn_tx_cmd_build_basic()
/Linux-v6.6/drivers/net/wireless/ti/wlcore/
Dtx.c350 if (control->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) in wl1271_tx_fill_hdr()
/Linux-v6.6/net/mac80211/
Dtx.c573 info->control.flags |= IEEE80211_TX_CTRL_PORT_CTRL_PROTO; in ieee80211_tx_h_check_control_port_protocol()
3861 IEEE80211_TX_CTRL_PORT_CTRL_PROTO) || in ieee80211_tx_dequeue()
6114 ctrl_flags |= IEEE80211_TX_CTRL_PORT_CTRL_PROTO | in ieee80211_tx_control_port()
Drc80211_minstrel_ht.c1614 (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO)) in minstrel_ht_get_rate()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c223 } else if (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) { in iwl_mvm_set_tx_cmd()
/Linux-v6.6/include/net/
Dmac80211.h949 IEEE80211_TX_CTRL_PORT_CTRL_PROTO = BIT(0), enumerator
/Linux-v6.6/drivers/net/wireless/realtek/rtw89/
Dcore.c817 if (IEEE80211_SKB_CB(skb)->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) { in rtw89_core_tx_btc_spec_pkt_notify()