Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.h84 if (info->flags & IEEE80211_TX_CTL_ASSIGN_SEQ) { in ath10k_tx_h_seq_no()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_beacon.c172 info->flags |= IEEE80211_TX_CTL_ASSIGN_SEQ; in mt76x02_add_buffered_bc()
H A Dmt76x02_mac.c411 if (info->flags & IEEE80211_TX_CTL_ASSIGN_SEQ) in mt76x02_mac_write_txwi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dbeacon.c62 info->flags |= IEEE80211_TX_CTL_ASSIGN_SEQ; in mt7603_add_buffered_bc()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h393 IEEE80211_TX_CTL_ASSIGN_SEQ = BIT(1), enumerator
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c196 if (info->flags & IEEE80211_TX_CTL_ASSIGN_SEQ) in iwl_mvm_set_tx_cmd()