Searched refs:KeyIdx (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_wep.c220 u8 KeyIdx; local
233 KeyIdx = (*(pPayload + 3) & 0xc0) >> 6;
234 if (pGroupKey[KeyIdx].KeyLen == 0)
237 NdisMoveMemory(WEPKEY + 3, pGroupKey[KeyIdx].Key,
238 pGroupKey[KeyIdx].KeyLen);
240 pGroupKey[KeyIdx].KeyLen + 3);
H A Dcmm_asic.c1935 u8 KeyIdx,
1946 ("AsicAddSharedKeyEntry BssIndex=%d, KeyIdx=%d\n", BssIndex,
1947 KeyIdx));
1952 BssIndex * 4 + KeyIdx));
1977 SHARED_KEY_TABLE_BASE + (4 * BssIndex + KeyIdx) * HW_KEY_ENTRY_SIZE;
2000 KeyIdx) * HW_KEY_ENTRY_SIZE;
2021 ("Read: SHARED_KEY_MODE_BASE at this Bss[%d] KeyIdx[%d]= 0x%x \n",
2022 BssIndex, KeyIdx, csr1.word));
2024 if (KeyIdx == 0)
2026 else if (KeyIdx
1933 AsicAddSharedKeyEntry(struct rt_rtmp_adapter *pAd, u8 BssIndex, u8 KeyIdx, u8 CipherAlg, u8 *pKey, u8 *pTxMic, u8 *pRxMic) argument
2051 AsicRemoveSharedKeyEntry(struct rt_rtmp_adapter *pAd, u8 BssIndex, u8 KeyIdx) argument
2166 AsicAddKeyEntry(struct rt_rtmp_adapter *pAd, u16 WCID, u8 BssIndex, u8 KeyIdx, struct rt_cipher_key *pCipherKey, IN BOOLEAN bUsePairewiseKeyTable, IN BOOLEAN bTxKey) argument
[all...]
H A Dcmm_info.c795 u8 KeyIdx,
840 IVEIV = (KeyIdx << 6) | 0x20;
842 /* WEP KeyIdx is default tx key. */
843 IVEIV = (KeyIdx << 6);
856 Wcid, KeyIdx, CipherName[CipherAlg]));
793 RTMPAddWcidAttributeEntry(struct rt_rtmp_adapter *pAd, u8 BssIdx, u8 KeyIdx, u8 CipherAlg, struct rt_mac_table_entry *pEntry) argument
H A Drtmp_init.c1579 u16 KeyIdx; local
1861 for (KeyIdx = 0; KeyIdx < 4; KeyIdx++) {
1862 RTMP_IO_WRITE32(pAd, SHARED_KEY_MODE_BASE + 4 * KeyIdx,
1867 for (KeyIdx = 0; KeyIdx < 256; KeyIdx++) {
1870 (KeyIdx * HW_WCID_ATTRI_SIZE), 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_io.c1787 u8 KeyIdx = 0; local
1795 KeyIdx,
1905 u32 KeyIdx; local
1912 KeyIdx = pWepKey->KeyIndex & 0x0fffffff;
1915 if ((KeyIdx >= 4)
1925 pAd->SharedKey[BSS0][KeyIdx].
1930 [KeyIdx].Key,
1937 SharedKey[BSS0][KeyIdx].
1954 [KeyIdx].CipherAlg;
1960 [KeyIdx]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Drtmp_data.c1374 u8 KeyIdx = 0xff; local
1396 KeyIdx = 0;
1399 KeyIdx = pAd->StaCfg.DefaultKeyId;
1403 KeyIdx = pAd->StaCfg.DefaultKeyId;
1405 KeyIdx = 0;
1407 KeyIdx = pAd->StaCfg.DefaultKeyId;
1410 if (KeyIdx == 0xff)
1413 || (pAd->SharedKey[BSS0][KeyIdx].KeyLen == 0))
1423 CipherAlg = pAd->SharedKey[BSS0][KeyIdx].CipherAlg;
1424 pKey = &pAd->SharedKey[BSS0][KeyIdx];
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dsta_ioctl.c82 unsigned long KeyIdx; local
269 KeyIdx = pKey->KeyIndex & 0x0fffffff;
271 if (KeyIdx < 4) {
304 RTMPAddWcidAttributeEntry(pAd, BSS0, KeyIdx, /* The value may be not zero */
313 pAd->StaCfg.DefaultKeyId = (u8)KeyIdx;
316 pAd->SharedKey[BSS0][KeyIdx].KeyLen =
318 NdisMoveMemory(pAd->SharedKey[BSS0][KeyIdx].Key,
324 pAd->SharedKey[BSS0][KeyIdx].CipherAlg =
327 pAd->SharedKey[BSS0][KeyIdx].CipherAlg =
331 pAd->SharedKey[BSS0][KeyIdx]
[all...]
H A Drtmp.h2661 u8 KeyIdx,
2666 u8 BssIndex, u8 KeyIdx);
2683 u8 KeyIdx,
3396 u8 KeyIdx,

Completed in 191 milliseconds