Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtxrx.c129 info->status.flags |= IEEE80211_TX_STATUS_ACK_SIGNAL_VALID; in ath10k_txrx_tx_unref()
H A Dwmi.c2437 info->status.flags |= IEEE80211_TX_STATUS_ACK_SIGNAL_VALID; in wmi_process_mgmt_tx_comp()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h408 IEEE80211_TX_STATUS_ACK_SIGNAL_VALID = BIT(0), enumerator
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c400 info->status.flags = IEEE80211_TX_STATUS_ACK_SIGNAL_VALID; in ath12k_dp_tx_htt_tx_complete_buf()
495 info->status.flags = IEEE80211_TX_STATUS_ACK_SIGNAL_VALID; in ath12k_dp_tx_complete_msdu()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c367 IEEE80211_TX_STATUS_ACK_SIGNAL_VALID; in ath11k_dp_tx_htt_tx_complete_buf()
605 info->status.flags |= IEEE80211_TX_STATUS_ACK_SIGNAL_VALID; in ath11k_dp_tx_complete_msdu()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5579 if (info->status.flags & IEEE80211_TX_STATUS_ACK_SIGNAL_VALID) { in linuxkpi_ieee80211_tx_status_ext()