Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ti/wlcore/
Dtx.c350 if (control->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) in wl1271_tx_fill_hdr()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c72 info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO)) in iwlagn_tx_cmd_build_basic()
/Linux-v5.15/net/mac80211/
Dtx.c572 info->control.flags |= IEEE80211_TX_CTRL_PORT_CTRL_PROTO; in ieee80211_tx_h_check_control_port_protocol()
3700 IEEE80211_TX_CTRL_PORT_CTRL_PROTO) || in ieee80211_tx_dequeue()
5696 ctrl_flags |= IEEE80211_TX_CTRL_PORT_CTRL_PROTO | in ieee80211_tx_control_port()
Drc80211_minstrel_ht.c1491 (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO)) in minstrel_ht_get_rate()
/Linux-v5.15/include/net/
Dmac80211.h867 IEEE80211_TX_CTRL_PORT_CTRL_PROTO = BIT(0), enumerator
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c216 } else if (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) { in iwl_mvm_set_tx_cmd()