Home
last modified time | relevance | path

Searched refs:WLAN_WEP232_KEYLEN (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/vt6655/
Diwctl.c1256 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()
D80211hdr.h105 #define WLAN_WEP232_KEYLEN 29 macro
Ddevice.h551 unsigned char abyKey[WLAN_WEP232_KEYLEN];
Ddevice_main.c2025 (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()
Dkey.c654 if ((uKeyLength == WLAN_WEP232_KEYLEN) && in KeybSetDefaultKey()
Drxtx.c214 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()