Searched refs:SharedKey (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dsta_ioctl.c97 NdisZeroMemory(&pAd->SharedKey[BSS0][0],
99 pAd->SharedKey[BSS0][0].KeyLen = LEN_TKIP_EK;
100 NdisMoveMemory(pAd->SharedKey[BSS0][0].Key,
105 NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic,
108 NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic,
113 NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic,
116 NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic,
125 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_TKIP;
128 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES;
130 pAd->SharedKey[BSS
[all...]
H A Drtusb_io.h154 SetAsicWcidAttri.Cipher = pAd->SharedKey[apidx][KeyID].CipherAlg; \
158 SetAsicWcidAttri.Cipher = pAd->SharedKey[apidx][KeyID].CipherAlg; \
H A Drtmp.h2015 struct rt_cipher_key SharedKey[MAX_MBSSID_NUM][4]; /* STA always use SharedKey[BSS0][0..3] */ member in struct:rt_rtmp_adapter
/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, \
251 pAd->SharedKey[apidx][KeyID].Key, \
252 pAd->SharedKey[apidx][KeyID].TxMic, \
253 pAd->SharedKey[apidx][KeyID].RxMic); \
256 pAd->SharedKey[apidx][KeyID].CipherAlg, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dconnect.c1415 CipherAlg = pAd->SharedKey[BSS0][idx].CipherAlg;
1416 Key = pAd->SharedKey[BSS0][idx].Key;
1418 if (pAd->SharedKey[BSS0][idx].KeyLen > 0) {
1441 NdisZeroMemory(&pAd->SharedKey[BSS0][0],
1443 pAd->SharedKey[BSS0][0].KeyLen = LEN_TKIP_EK;
1444 NdisMoveMemory(pAd->SharedKey[BSS0][0].Key,
1449 NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic,
1452 NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic,
1459 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_TKIP;
1462 pAd->SharedKey[BSS
[all...]
H A Drtmp_data.c139 pAd->SharedKey[BSS0][idx].
159 pAd->SharedKey[BSS0][idx].
161 pAd->SharedKey[BSS0][idx].
166 SharedKey[BSS0]
278 pWpaKey = &pAd->SharedKey[BSS0][pRxBlk->pRxWI->KeyIndex];
1369 /* Instead of the SharedKey, SharedKey Length may be Zero. */
1388 ASSERT(pAd->SharedKey[BSS0][0].CipherAlg <=
1393 && (pAd->SharedKey[BSS0][0].CipherAlg)
1394 && (pAd->SharedKey[BSS
[all...]
H A Dwpa.c285 pSharedKey = &pAd->SharedKey[BSS0][0];
337 pSharedKey = &pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId];
H A Dauth.c214 SharedKey[BSS0][pAd->
221 SharedKey[BSS0][pAd->
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_io.c1835 SharedKey[BSS0]
1858 SharedKey[BSS0]
1925 pAd->SharedKey[BSS0][KeyIdx].
1929 SharedKey[BSS0]
1937 SharedKey[BSS0][KeyIdx].
1953 SharedKey[BSS0]
1959 SharedKey[BSS0]
1962 pAd->SharedKey[BSS0][KeyIdx].
2031 SharedKey[BSS0]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data_usb.c886 pWpaKey = &pAd->SharedKey[BSS0][pRxWI->KeyIndex];
892 (pAd->SharedKey[BSS0][pRxWI->KeyIndex].CipherAlg ==
H A Dcmm_info.c264 CipherName[pAd->SharedKey[BSS0][i].CipherAlg], i));
265 NdisZeroMemory(&pAd->SharedKey[BSS0][i], sizeof(struct rt_cipher_key));
H A Dcmm_data_pci.c481 pWpaKey = &pAd->SharedKey[BSS0][pRxWI->KeyIndex];
H A Dcmm_wpa.c789 pSharedKey = &pAd->SharedKey[BSS0][0];
2233 pSharedKey = &pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId];
H A Drtmp_init.c2541 pAd->SharedKey[bss_index][key_index].KeyLen = 0;
2542 pAd->SharedKey[bss_index][key_index].CipherAlg =

Completed in 109 milliseconds