Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h421 IEEE80211_TX_CTRL_PORT_CTRL_PROTO = BIT(0), enumerator
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c223 } else if (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) { in iwl_mvm_set_tx_cmd()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c852 if (IEEE80211_SKB_CB(skb)->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) { in rtw89_core_tx_wake()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c3859 info->control.flags |= IEEE80211_TX_CTRL_PORT_CTRL_PROTO; in lkpi_80211_txq_tx_one()