Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_UNICAST (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A 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()
1229 tx->flags &= ~IEEE80211_TX_UNICAST; in ieee80211_tx_prepare()
1232 tx->flags |= IEEE80211_TX_UNICAST; in ieee80211_tx_prepare()
1235 if (!(tx->flags & IEEE80211_TX_UNICAST) || in ieee80211_tx_prepare()
3583 tx.flags = IEEE80211_TX_UNICAST; in ieee80211_xmit_fast()
H A Dieee80211_i.h149 #define IEEE80211_TX_UNICAST BIT(1) macro
/kernel/linux/linux-6.6/net/mac80211/
H A Dtx.c320 if (likely(tx->flags & IEEE80211_TX_UNICAST)) { in ieee80211_tx_h_check_assoc()
559 if (tx->flags & IEEE80211_TX_UNICAST) in ieee80211_tx_h_ps_buf()
1272 tx->flags &= ~IEEE80211_TX_UNICAST; in ieee80211_tx_prepare()
1275 tx->flags |= IEEE80211_TX_UNICAST; in ieee80211_tx_prepare()
1278 if (!(tx->flags & IEEE80211_TX_UNICAST) || in ieee80211_tx_prepare()
3706 tx.flags = IEEE80211_TX_UNICAST; in __ieee80211_xmit_fast()
H A Dieee80211_i.h159 #define IEEE80211_TX_UNICAST BIT(1) macro

Completed in 22 milliseconds