Searched refs:tmpLength (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 Dcfunc.c950 u8_t tmpLength = length; local
952 if ( tmpLength > 49 )
954 tmpLength = 49;
957 zfMemoryCopy(buf, value, tmpLength);
958 buf[tmpLength] = '\0';

Completed in 47 milliseconds