Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Drc80211_minstrel.c372 (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO)) in minstrel_get_rate()
Drc80211_minstrel_ht.c1063 (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO)) in minstrel_ht_get_rate()
Dtx.c582 info->control.flags |= IEEE80211_TX_CTRL_PORT_CTRL_PROTO; in ieee80211_tx_h_check_control_port_protocol()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dtx.c364 if (control->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) in wl1271_tx_fill_hdr()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c89 info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO)) in iwlagn_tx_cmd_build_basic()
/Linux-v4.19/include/net/
Dmac80211.h766 IEEE80211_TX_CTRL_PORT_CTRL_PROTO = BIT(0), enumerator
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c276 } else if (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) { in iwl_mvm_set_tx_cmd()