Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dtx.c313 if (likely(tx->flags & IEEE80211_TX_UNICAST)) { in ieee80211_tx_h_check_assoc()
552 if (tx->flags & IEEE80211_TX_UNICAST) in ieee80211_tx_h_ps_buf()
1271 tx->flags &= ~IEEE80211_TX_UNICAST; in ieee80211_tx_prepare()
1274 tx->flags |= IEEE80211_TX_UNICAST; in ieee80211_tx_prepare()
1277 if (!(tx->flags & IEEE80211_TX_UNICAST) || in ieee80211_tx_prepare()
3728 tx.flags = IEEE80211_TX_UNICAST; in __ieee80211_xmit_fast()
H A Dieee80211_i.h170 #define IEEE80211_TX_UNICAST BIT(1) macro