Searched refs:pSharedKey (Results 1 - 4 of 4) 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.c279 struct rt_cipher_key *pSharedKey; local
285 pSharedKey = &pAd->SharedKey[BSS0][0];
290 NdisZeroMemory(pSharedKey, sizeof(struct rt_cipher_key));
291 pSharedKey->KeyLen = LEN_TKIP_EK;
292 NdisMoveMemory(pSharedKey->Key, &pAd->StaCfg.PTK[32], LEN_TKIP_EK);
293 NdisMoveMemory(pSharedKey->RxMic, &pAd->StaCfg.PTK[48],
295 NdisMoveMemory(pSharedKey->TxMic,
300 pSharedKey->CipherAlg = CIPHER_TKIP;
302 pSharedKey->CipherAlg = CIPHER_AES;
304 pSharedKey
335 struct rt_cipher_key *pSharedKey; 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.c172 struct rt_cipher_key *pSharedKey, int keyIdx)
180 memset(pSharedKey, 0, sizeof(struct rt_cipher_key));
186 pSharedKey->KeyLen = KeyLen;
187 NdisMoveMemory(pSharedKey->Key, keyString, KeyLen);
197 pSharedKey->KeyLen = KeyLen / 2;
198 AtoH(keyString, pSharedKey->Key, pSharedKey->KeyLen);
208 pSharedKey->CipherAlg = ((KeyLen % 5) ? CIPHER_WEP128 : CIPHER_WEP64);
170 RT_CfgSetWepKey(struct rt_rtmp_adapter *pAd, char *keyString, struct rt_cipher_key *pSharedKey, int keyIdx) argument
H A Dcmm_wpa.c787 struct rt_cipher_key *pSharedKey; local
789 pSharedKey = &pAd->SharedKey[BSS0][0];
794 NdisZeroMemory(pSharedKey, sizeof(struct rt_cipher_key));
795 pSharedKey->KeyLen = LEN_TKIP_EK;
796 NdisMoveMemory(pSharedKey->Key, &pAd->StaCfg.PTK[32],
798 NdisMoveMemory(pSharedKey->RxMic, &pAd->StaCfg.PTK[48],
800 NdisMoveMemory(pSharedKey->TxMic,
806 pSharedKey->CipherAlg = CIPHER_TKIP;
808 pSharedKey->CipherAlg = CIPHER_AES;
810 pSharedKey
2227 struct rt_cipher_key *pSharedKey; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h3375 struct rt_cipher_key *pSharedKey, int keyIdx);

Completed in 148 milliseconds