• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/

Lines Matching refs:uKeyLength

183  *      uKeyLength      - Key length
196 unsigned long uKeyLength,
245 pKey->uKeyLength = uKeyLength;
248 memcpy(pKey->abyKey, pbyKey, uKeyLength);
250 if (uKeyLength == WLAN_WEP40_KEYLEN)
252 if (uKeyLength == WLAN_WEP104_KEYLEN)
269 //DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"pKey->uKeyLength: %d\n ", pKey->uKeyLength);
271 for (ii = 0; ii < pKey->uKeyLength; ii++) {
310 pKey->uKeyLength = uKeyLength;
313 memcpy(pKey->abyKey, pbyKey, uKeyLength);
315 if (uKeyLength == WLAN_WEP40_KEYLEN)
317 if (uKeyLength == WLAN_WEP104_KEYLEN)
334 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"pKey->uKeyLength: %d\n ", (int)pKey->uKeyLength);
336 for (ii = 0; ii < pKey->uKeyLength; ii++) {
625 * uKeyLength - Key length
637 unsigned long uKeyLength,
649 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"Enter KeybSetDefaultKey: %1x, %d \n", (int)dwKeyIndex, (int)uKeyLength);
676 if ((uKeyLength == WLAN_WEP232_KEYLEN) &&
686 pKey->uKeyLength = uKeyLength;
689 memcpy(pKey->abyKey, pbyKey, uKeyLength);
691 if (uKeyLength == WLAN_WEP40_KEYLEN)
693 if (uKeyLength == WLAN_WEP104_KEYLEN)
710 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"pKey->uKeyLength: %d\n", (int)pKey->uKeyLength);
712 for (ii = 0; ii < pKey->uKeyLength; ii++) {
732 * uKeyLength - Key length
744 unsigned long uKeyLength,
785 pKey->uKeyLength = uKeyLength;
788 memcpy(pKey->abyKey, pbyKey, uKeyLength);
790 if (uKeyLength == WLAN_WEP40_KEYLEN)
792 if (uKeyLength == WLAN_WEP104_KEYLEN)
809 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"pKey->uKeyLength: %d\n ", (int)pKey->uKeyLength);
811 for (ii = 0; ii < pKey->uKeyLength; ii++) {