Searched refs:bMulticast (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_tx.c428 if(tcb_desc->bMulticast || tcb_desc->bBroadcast)
448 if(tcb_desc->bBroadcast || tcb_desc->bMulticast)//only unicast frame will use rts/cts
874 tcb_desc->bMulticast = 1;
878 if ( tcb_desc->bMulticast || tcb_desc->bBroadcast)
H A Dieee80211_r8192s.h59 u8 bMulticast:1; member in struct:cb_desc
H A Dieee80211_softmac.c2212 if(tcb_desc->bMulticast) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c423 if(tcb_desc->bMulticast || tcb_desc->bBroadcast)
443 if(tcb_desc->bBroadcast || tcb_desc->bMulticast)//only unicast frame will use rts/cts
867 tcb_desc->bMulticast = 1;
871 if ( tcb_desc->bMulticast || tcb_desc->bBroadcast)
H A Dieee80211.h127 u8 bMulticast:1; member in struct:cb_desc
H A Dieee80211_softmac.c1751 if(tcb_desc->bMulticast) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_tx.c434 if(tcb_desc->bMulticast || tcb_desc->bBroadcast)
454 if(tcb_desc->bBroadcast || tcb_desc->bMulticast)//only unicast frame will use rts/cts
928 tcb_desc->bMulticast = 1;
932 if ( tcb_desc->bMulticast || tcb_desc->bBroadcast)
H A Dieee80211.h144 u8 bMulticast:1; member in struct:cb_desc
H A Dieee80211_softmac.c1855 if(tcb_desc->bMulticast) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dwmgr.c3159 bool bMulticast = false; local
3169 bMulticast = (byMap & byMask[0]) != 0;
3170 if(bMulticast) {
3198 pTIM->byBitMapCtl = (bMulticast ? TIM_MULTICAST_MASK : 0) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dwmgr.c3148 BOOL bMulticast = FALSE; local
3158 bMulticast = (byMap & byMask[0]) != 0;
3159 if(bMulticast) {
3187 pTIM->byBitMapCtl = (bMulticast ? TIM_MULTICAST_MASK : 0) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h124 u8 bMulticast:1; member in struct:cb_desc

Completed in 165 milliseconds