Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_CTL_NO_CCK_RATE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h406 IEEE80211_TX_CTL_NO_CCK_RATE = BIT(14), enumerator
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c945 !(info->flags & IEEE80211_TX_CTL_NO_CCK_RATE)) { in iwl_mvm_mac_ctxt_get_lowest_rate()
H A Dtx.c383 (info->flags & IEEE80211_TX_CTL_NO_CCK_RATE))
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c581 if (tx_info->flags & IEEE80211_TX_CTL_NO_CCK_RATE || in rtw89_core_tx_update_mgmt_info()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c4053 if (info->flags & IEEE80211_TX_CTL_NO_CCK_RATE) in ath10k_mac_tx()