Home
last modified time | relevance | path

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

/Linux-v5.15/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.c2048 if (tcb_desc->bMulticast) in ieee80211_softmac_xmit()
/Linux-v5.15/drivers/staging/rtl8192e/
Drtllib_tx.c384 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_query_BandwidthMode()
406 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) in rtllib_query_protectionmode()
905 tcb_desc->bMulticast = 1; in rtllib_xmit_inter()
909 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_xmit_inter()
Drtllib.h149 u8 bMulticast:1; member
Drtllib_softmac.c2464 if (tcb_desc->bMulticast) in rtllib_softmac_xmit()