Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_UNICAST (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
Dtx.c331 if (likely(tx->flags & IEEE80211_TX_UNICAST)) { in ieee80211_tx_h_check_assoc()
570 if (tx->flags & IEEE80211_TX_UNICAST) in ieee80211_tx_h_ps_buf()
1228 tx->flags &= ~IEEE80211_TX_UNICAST; in ieee80211_tx_prepare()
1231 tx->flags |= IEEE80211_TX_UNICAST; in ieee80211_tx_prepare()
1234 if (!(tx->flags & IEEE80211_TX_UNICAST) || in ieee80211_tx_prepare()
3582 tx.flags = IEEE80211_TX_UNICAST; in ieee80211_xmit_fast()
Dieee80211_i.h149 #define IEEE80211_TX_UNICAST BIT(1) macro