Searched refs:byKeyIndex (Results 1 – 9 of 9) sorted by relevance
224 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()
154 u8 byKeyIndex; member318 u8 byKeyIndex; member
457 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()
209 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()
1247 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()
188 unsigned char byKeyIndex; member
549 unsigned char byKeyIndex; member
203 unsigned char byKeyIndex = 0; in s_vFillTxKey() local211 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()
1614 (unsigned long)(pDevice->byKeyIndex | (1 << 31)), in device_open()