Searched defs:abyKey (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/vt6655/
H A Dhostap.c412 unsigned char abyKey[MAX_KEY_LEN]; local
472 memcpy(abyKey, param->u.crypt.key, param->u.crypt.key_len);
494 abyKey,
507 (unsigned char *)abyKey,
561 abyKey,
574 (unsigned char *)abyKey,
H A Dwpactl.c193 unsigned char abyKey[MAX_KEY_LEN]; variable
219 memcpy(&abyKey[0], param->u.wpa_key.key, param->u.wpa_key.key_len);
223 copy_from_user(&abyKey[0],
247 abyKey,
341 (unsigned char *)abyKey,
349 (unsigned char *)abyKey,
377 (unsigned char *)abyKey,
H A Dkey.h59 unsigned char abyKey[MAX_KEY_LEN]; member in struct:tagSKeyItem
H A Diwctl.c1274 memset(pDevice->abyKey, 0, WLAN_WEP232_KEYLEN);
1275 memcpy(pDevice->abyKey, extra, wrq->length);
1277 pr_debug("abyKey: ");
1279 pr_debug("%02x ", pDevice->abyKey[ii]);
1287 pDevice->abyKey,
1353 char abyKey[WLAN_WEP232_KEYLEN]; local
1372 memset(abyKey, 0, WLAN_WEP232_KEYLEN);
1391 memcpy(abyKey, pKey->abyKey, pKey->uKeyLength);
1392 memcpy(extra, abyKey, WLAN_WEP232_KEYLE
[all...]
H A Ddevice_main.c1613 pDevice->abyKey,
1809 memcpy(pTransmitKey->abyKey,
2002 memcpy(pTransmitKey->abyKey,
2720 char abyKey[WLAN_WEP232_KEYLEN]; local
2727 memset(abyKey, 0, WLAN_WEP232_KEYLEN);
2728 if (copy_from_user(abyKey,
2738 rc = iwctl_siwencode(dev, NULL, &(wrq->u.encoding), abyKey);
2750 char abyKey[WLAN_WEP232_KEYLEN]; local
2752 rc = iwctl_giwencode(dev, NULL, &(wrq->u.encoding), abyKey);
2757 abyKey,
[all...]
H A Ddevice.h551 unsigned char abyKey[WLAN_WEP232_KEYLEN]; member in struct:vnt_private

Completed in 763 milliseconds