Searched refs:uLen (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dbssdb.c472 unsigned int uLen = pRSNWPA->len + 2; local
474 if (uLen <= (uIELength - (unsigned int)((unsigned char *)pRSNWPA - pbyIEs))) {
475 pBSSList->wWPALen = uLen;
476 memcpy(pBSSList->byWPAIE, pRSNWPA, uLen);
484 unsigned int uLen = pRSN->len + 2; local
485 if (uLen <= (uIELength - (unsigned int)((unsigned char *)pRSN - pbyIEs))) {
486 pBSSList->wRSNLen = uLen;
487 memcpy(pBSSList->byRSNIE, pRSN, uLen);
673 unsigned int uLen = pRSNWPA->len + 2; local
674 if (uLen <
684 unsigned int uLen = pRSN->len + 2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dbssdb.c466 unsigned int uLen = pRSNWPA->len + 2; local
468 if (uLen <= (uIELength -
470 pBSSList->wWPALen = uLen;
471 memcpy(pBSSList->byWPAIE, pRSNWPA, uLen);
479 unsigned int uLen = pRSN->len + 2; local
481 if (uLen <= (uIELength -
483 pBSSList->wRSNLen = uLen;
484 memcpy(pBSSList->byRSNIE, pRSN, uLen);
672 unsigned int uLen = pRSNWPA->len + 2; local
673 if (uLen <
684 unsigned int uLen = pRSN->len + 2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtextctrl.cpp1141 unsigned int uLen = 0; local
1144 uLen = ::WinQueryWindowTextLength(GetHwnd());
1171 if (uLen >= uLimit)
1173 uLimit = uLen + 0x8000; // 32Kb

Completed in 76 milliseconds