Searched refs:CipherAlg (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dwpa.c300 pSharedKey->CipherAlg = CIPHER_TKIP;
302 pSharedKey->CipherAlg = CIPHER_AES;
304 pSharedKey->CipherAlg = CIPHER_NONE;
313 pEntry->PairwiseKey.CipherAlg = pSharedKey->CipherAlg;
319 pSharedKey->CipherAlg,
324 RTMPAddWcidAttributeEntry(pAd, BSS0, 0, pSharedKey->CipherAlg, pEntry);
348 /* Update Shared Key CipherAlg */
349 pSharedKey->CipherAlg = CIPHER_NONE;
351 pSharedKey->CipherAlg
[all...]
H A Drtmp_data.c58 u8 CipherAlg; local
69 CipherAlg =
71 CipherAlg;
86 CipherAlg,
94 CipherAlg,
101 CipherAlg,
160 CipherAlg = CipherAlg;
1373 u8 CipherAlg = CIPHER_NONE; /* cipher alogrithm */ local
1388 ASSERT(pAd->SharedKey[BSS0][0].CipherAlg <
[all...]
H A Dconnect.c92 (_pAd)->MacTab.Content[BSSID_WCID].PairwiseKey.CipherAlg = (_pAd)->StaCfg.PairCipher;\
1412 u8 CipherAlg; local
1415 CipherAlg = pAd->SharedKey[BSS0][idx].CipherAlg;
1421 CipherAlg, Key,
1429 CipherAlg,
1459 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_TKIP;
1462 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES;
1467 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES;
1474 pAd->SharedKey[BSS0][0].CipherAlg,
1552 u8 CipherAlg; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_cfg.c176 u8 CipherAlg = CIPHER_NONE; local
208 pSharedKey->CipherAlg = ((KeyLen % 5) ? CIPHER_WEP128 : CIPHER_WEP64);
212 CipherName[CipherAlg]));
H A Dcmm_asic.c1936 u8 CipherAlg,
1951 ("AsicAddSharedKeyEntry: %s key #%d\n", CipherName[CipherAlg],
2025 csr1.field.Bss0Key0CipherAlg = CipherAlg;
2027 csr1.field.Bss0Key1CipherAlg = CipherAlg;
2029 csr1.field.Bss0Key2CipherAlg = CipherAlg;
2031 csr1.field.Bss0Key3CipherAlg = CipherAlg;
2034 csr1.field.Bss1Key0CipherAlg = CipherAlg;
2036 csr1.field.Bss1Key1CipherAlg = CipherAlg;
2038 csr1.field.Bss1Key2CipherAlg = CipherAlg;
2040 csr1.field.Bss1Key3CipherAlg = CipherAlg;
1933 AsicAddSharedKeyEntry(struct rt_rtmp_adapter *pAd, u8 BssIndex, u8 KeyIdx, u8 CipherAlg, u8 *pKey, u8 *pTxMic, u8 *pRxMic) argument
2091 AsicUpdateWCIDAttribute(struct rt_rtmp_adapter *pAd, u16 WCID, u8 BssIndex, u8 CipherAlg, IN BOOLEAN bUsePairewiseKeyTable) argument
2181 u8 CipherAlg = pCipherKey->CipherAlg; local
2352 u8 CipherAlg = pCipherKey->CipherAlg; local
[all...]
H A Dcmm_info.c264 CipherName[pAd->SharedKey[BSS0][i].CipherAlg], i));
796 u8 CipherAlg, struct rt_mac_table_entry *pEntry)
826 WCIDAttri = (CipherAlg << 1) | PAIRWISEKEYTABLE;
828 WCIDAttri = (CipherAlg << 1) | SHAREDKEYTABLE;
837 if ((CipherAlg == CIPHER_TKIP) || (CipherAlg == CIPHER_TKIP_NO_MIC)
838 || (CipherAlg == CIPHER_AES)) {
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 Dcmm_wpa.c806 pSharedKey->CipherAlg = CIPHER_TKIP;
808 pSharedKey->CipherAlg = CIPHER_AES;
810 pSharedKey->CipherAlg = CIPHER_NONE;
821 pEntry->PairwiseKey.CipherAlg = pSharedKey->CipherAlg;
827 pSharedKey->CipherAlg,
834 0, pSharedKey->CipherAlg, pEntry);
928 pEntry->PairwiseKey.CipherAlg = CIPHER_NONE;
930 pEntry->PairwiseKey.CipherAlg = CIPHER_TKIP;
933 pEntry->PairwiseKey.CipherAlg
[all...]
H A Dcmm_data.c1561 pEntry->PairwiseKey.CipherAlg = CIPHER_NONE;
1613 pEntry->PairwiseKey.CipherAlg = CIPHER_NONE;
H A Dcmm_data_usb.c892 (pAd->SharedKey[BSS0][pRxWI->KeyIndex].CipherAlg ==
H A Drtmp_init.c2542 pAd->SharedKey[bss_index][key_index].CipherAlg =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dsta_ioctl.c125 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_TKIP;
128 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES;
130 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_NONE;
143 pEntry->PairwiseKey.CipherAlg =
144 pAd->SharedKey[BSS0][0].CipherAlg;
150 pAd->SharedKey[BSS0][0].CipherAlg,
160 CipherAlg, pEntry);
216 /* Update Shared Key CipherAlg */
218 CipherAlg = CIPHER_NONE;
222 CipherAlg
263 u8 CipherAlg; local
1814 fnSetCipherKey(struct rt_rtmp_adapter *pAdapter, int keyIdx, u8 CipherAlg, IN BOOLEAN bGTK, IN struct iw_encode_ext *ext) argument
[all...]
H A Drtusb_io.h154 SetAsicWcidAttri.Cipher = pAd->SharedKey[apidx][KeyID].CipherAlg; \
158 SetAsicWcidAttri.Cipher = pAd->SharedKey[apidx][KeyID].CipherAlg; \
H A Drtmp.h634 u8 CipherAlg; /* 0-none, 1:WEP64, 2:WEP128, 3:TKIP, 4:AES, 5:CKIP64, 6:CKIP128 */ member in struct:rt_cipher_key
2231 u8 CipherAlg; /* cipher alogrithm */ member in struct:rt_tx_blk
2662 u8 CipherAlg,
2671 u8 CipherAlg,
3397 u8 CipherAlg, struct rt_mac_table_entry *pEntry);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_io.c1788 u8 CipherAlg = CIPHER_NONE; local
1796 CipherAlg,
1838 CipherAlg, FALSE);
1861 CipherAlg, FALSE);
1924 u8 CipherAlg; local
1935 CipherAlg =
1951 CipherAlg =
1954 [KeyIdx].CipherAlg;
1963 CipherAlg = CipherAlg;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_pci.h245 pAd->SharedKey[apidx][KeyID].CipherAlg, pEntry);
250 pAd->SharedKey[apidx][KeyID].CipherAlg, \
256 pAd->SharedKey[apidx][KeyID].CipherAlg, \
H A Dmac_usb.h82 u32 CipherAlg:1; member in struct:rt_rxinfo

Completed in 300 milliseconds