Searched refs:WLAN_WEP232_KEYLEN (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/vt6655/ |
D | iwctl.c | 1256 if (wrq->length > WLAN_WEP232_KEYLEN) { in iwctl_siwencode() 1263 if (wrq->length == WLAN_WEP232_KEYLEN) { in iwctl_siwencode() 1274 memset(pDevice->abyKey, 0, WLAN_WEP232_KEYLEN); in iwctl_siwencode() 1353 char abyKey[WLAN_WEP232_KEYLEN]; in iwctl_giwencode() 1372 memset(abyKey, 0, WLAN_WEP232_KEYLEN); in iwctl_giwencode() 1392 memcpy(extra, abyKey, WLAN_WEP232_KEYLEN); in iwctl_giwencode() 1397 memcpy(extra, abyKey, WLAN_WEP232_KEYLEN); in iwctl_giwencode()
|
D | 80211hdr.h | 105 #define WLAN_WEP232_KEYLEN 29 macro
|
D | device.h | 551 unsigned char abyKey[WLAN_WEP232_KEYLEN];
|
D | device_main.c | 2025 (pTransmitKey->uKeyLength == WLAN_WEP232_KEYLEN)) { in device_xmit() 2724 char abyKey[WLAN_WEP232_KEYLEN]; in device_ioctl() 2727 if (wrq->u.encoding.length > WLAN_WEP232_KEYLEN) { in device_ioctl() 2731 memset(abyKey, 0, WLAN_WEP232_KEYLEN); in device_ioctl() 2754 char abyKey[WLAN_WEP232_KEYLEN]; in device_ioctl()
|
D | key.c | 654 if ((uKeyLength == WLAN_WEP232_KEYLEN) && in KeybSetDefaultKey()
|
D | rxtx.c | 214 if (pTransmitKey->uKeyLength == WLAN_WEP232_KEYLEN) { in s_vFillTxKey() 1360 if (pTransmitKey->uKeyLength == WLAN_WEP232_KEYLEN) in s_cbFillTxBufHead() 2050 if (pTransmitKey->uKeyLength != WLAN_WEP232_KEYLEN) in vGenerateFIFOHeader()
|