Searched refs:ZM_BIT_0 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcpsmgr.c555 n1 = zmw_rx_buf_readb(dev, buf, offset+4) & (~ZM_BIT_0);
564 if ( (bitmap >> r) & ZM_BIT_0 )
H A Dcmmsta.c2909 wd->sta.capability[0] &= ~ZM_BIT_0;
2998 if ( ((channelFlags == CHANNEL_B) && (wd->connectMode & ZM_BIT_0))
3515 if ( ((channelFlags == CHANNEL_B) && (wd->connectMode & ZM_BIT_0))
3534 if ( pBssInfo->capability[0] & ZM_BIT_0 ) // check if infra-BSS
3632 wd->sta.capability[0] |= ZM_BIT_0;
3754 if ( pBssInfo->athOwlAp & ZM_BIT_0 )
5182 wd->sta.capability[1] |= ZM_BIT_0;
H A Dcoid.c2272 wd->sta.capability[1] |= ZM_BIT_0;
2274 wd->sta.capability[1] &= (~ZM_BIT_0);
2299 wd->sta.capability[1] |= ZM_BIT_0;
2301 wd->sta.capability[1] &= (~ZM_BIT_0);
H A Dstruct.h68 #define ZM_BIT_0 0x1 macro
H A Dccmd.c310 wd->sta.capability[1] |= ZM_BIT_0;
H A Dcmm.c1091 if ((wd->sta.capability[1] & ZM_BIT_0) == 1)

Completed in 189 milliseconds