Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c391 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in ieee80211_query_BandwidthMode()
413 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) //only unicast frame will use rts/cts in ieee80211_query_protectionmode()
801 tcb_desc->bMulticast = 1; in ieee80211_xmit()
805 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in ieee80211_xmit()
Dieee80211.h109 u8 bMulticast:1; member
Dieee80211_softmac.c2054 if (tcb_desc->bMulticast) in ieee80211_softmac_xmit()
/linux-6.1.9/drivers/staging/rtl8192e/
Drtllib_tx.c382 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_query_BandwidthMode()
404 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) in rtllib_query_protectionmode()
903 tcb_desc->bMulticast = 1; in rtllib_xmit_inter()
907 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_xmit_inter()
Drtllib.h149 u8 bMulticast:1; member
Drtllib_softmac.c2463 if (tcb_desc->bMulticast) in rtllib_softmac_xmit()