Searched refs:beaconFrameBodySize (Results 1 - 2 of 2) 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 Dcmmsta.c3118 wd->sta.beaconFrameBodySize = pBssInfo->frameBodysize + 12;
3120 if (wd->sta.beaconFrameBodySize > ZM_CACHED_FRAMEBODY_SIZE)
3122 wd->sta.beaconFrameBodySize = ZM_CACHED_FRAMEBODY_SIZE;
3133 //for (k=12; k<wd->sta.beaconFrameBodySize; k++)
3330 wd->sta.beaconFrameBodySize = offset ;
3332 if (wd->sta.beaconFrameBodySize > ZM_CACHED_FRAMEBODY_SIZE)
3334 wd->sta.beaconFrameBodySize = ZM_CACHED_FRAMEBODY_SIZE;
3342 for(k=0; k<wd->sta.beaconFrameBodySize; k++)
3818 wd->sta.beaconFrameBodySize = pBssInfo->frameBodysize + 12;
3819 if (wd->sta.beaconFrameBodySize > ZM_CACHED_FRAMEBODY_SIZ
[all...]
H A Dstruct.h988 u16_t beaconFrameBodySize; member in struct:zsWlanDevSta

Completed in 225 milliseconds