Searched refs:eachIElength (Results 1 - 1 of 1) 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.c1466 u16_t eachIElength = 0; local
1578 eachIElength = zmw_rx_buf_readb(dev, buf, offset + accumulateLen+1) + 2; //Len+(EID+Data)
1580 if ( (eachIElength >= 2)
1581 && ((accumulateLen + eachIElength) <= pBssInfo->frameBodysize) )
1583 zfCopyFromRxBuffer(dev, buf, pBssInfo->frameBody+accumulateLen, offset+accumulateLen, eachIElength);
1584 accumulateLen+=(u16_t)eachIElength;

Completed in 105 milliseconds