Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtestmode.c139 info->flags = IEEE80211_TX_CTL_INJECTED | in mt76_testmode_alloc_skb()
H A Dmt76_connac_mac.c455 if (info->flags & IEEE80211_TX_CTL_INJECTED) { in mt76_connac2_mac_write_txwi_80211()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h407 IEEE80211_TX_CTL_INJECTED = BIT(15), enumerator
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c849 if (info->flags & IEEE80211_TX_CTL_INJECTED) { in mt7615_mac_write_txwi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c814 if (info->flags & IEEE80211_TX_CTL_INJECTED) { in mt7996_mac_write_txwi_80211()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c3780 IEEE80211_TX_CTL_INJECTED; in ath10k_tx_h_use_hwcrypto()