Home
last modified time | relevance | path

Searched refs:byKeyIndex (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/vt6655/
Dioctl.c224 if (ii == sWEPCmd.byKeyIndex) in private_ioctl()
239 pDevice->byKeyIndex = sWEPCmd.byKeyIndex; in private_ioctl()
595 pNodeList->sNodeList[jj].byKeyIndex = pNode->byKeyIndex; in private_ioctl()
Diocmd.h154 u8 byKeyIndex; member
318 u8 byKeyIndex; member
Dhostap.c457 pMgmt->sNodeDBTable[iNodeIndex].byKeyIndex = 0; in hostap_set_encryption()
474 pMgmt->sNodeDBTable[iNodeIndex].byKeyIndex = param->u.crypt.idx; in hostap_set_encryption()
483 pDevice->byKeyIndex = (unsigned char)dwKeyIndex; in hostap_set_encryption()
Dwpactl.c209 pDevice->byKeyIndex = 0; in wpa_set_keys()
239 pDevice->byKeyIndex = (unsigned char)dwKeyIndex; in wpa_set_keys()
389 pDevice->byKeyIndex = (unsigned char)param->u.wpa_key.key_index; in wpa_set_keys()
Diwctl.c1247 if (pDevice->byKeyIndex < WLAN_WEP_NKEYS) in iwctl_siwencode()
1248 dwKeyIndex = pDevice->byKeyIndex; in iwctl_siwencode()
1294 pDevice->byKeyIndex = (unsigned char)dwKeyIndex; in iwctl_siwencode()
1314 pDevice->byKeyIndex = (unsigned char)dwKeyIndex; in iwctl_siwencode()
1364 if (pDevice->byKeyIndex < WLAN_WEP_NKEYS) in iwctl_giwencode()
1365 index = pDevice->byKeyIndex; in iwctl_giwencode()
Dbssdb.h188 unsigned char byKeyIndex; member
Ddevice.h549 unsigned char byKeyIndex; member
Drxtx.c203 unsigned char byKeyIndex = 0; in s_vFillTxKey() local
211 byKeyIndex = pTransmitKey->dwKeyIndex & 0xf; in s_vFillTxKey()
228 *pdwIV |= (unsigned long)byKeyIndex << 30; in s_vFillTxKey()
245 *(pbyIVHead+3) = (unsigned char)(((byKeyIndex << 6) & 0xc0) | 0x20); // 0x20 is ExtIV in s_vFillTxKey()
259 *(pbyIVHead+3) = (unsigned char)(((byKeyIndex << 6) & 0xc0) | 0x20); // 0x20 is ExtIV in s_vFillTxKey()
Ddevice_main.c1614 (unsigned long)(pDevice->byKeyIndex | (1 << 31)), in device_open()