Searched refs:IEEE80211_TX_UNICAST (Results 1 – 2 of 2) sorted by relevance
303 if (likely(tx->flags & IEEE80211_TX_UNICAST)) { in ieee80211_tx_h_check_assoc() 542 if (tx->flags & IEEE80211_TX_UNICAST) in ieee80211_tx_h_ps_buf() 1275 tx->flags &= ~IEEE80211_TX_UNICAST; in ieee80211_tx_prepare() 1278 tx->flags |= IEEE80211_TX_UNICAST; in ieee80211_tx_prepare() 1281 if (!(tx->flags & IEEE80211_TX_UNICAST) || in ieee80211_tx_prepare() 3767 tx.flags = IEEE80211_TX_UNICAST; in ieee80211_xmit_fast()
178 #define IEEE80211_TX_UNICAST BIT(1) macro