Searched refs:WepKey (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcwep.c84 void zfWEPEncrypt(zdev_t *dev, zbuf_t *buf, u8_t *snap, u16_t snapLen, u16_t offset, u8_t keyLen, u8_t* WepKey, u8_t *iv) argument
102 zfMemoryCopy(&key[3], WepKey, keyLen);
205 u16_t zfWEPDecrypt(zdev_t *dev, zbuf_t *buf, u16_t offset, u8_t keyLen, u8_t* WepKey, u8_t *iv) argument
226 zfMemoryCopy(&key[3], WepKey, keyLen);
H A Dcfunc.h301 void zfWEPEncrypt(zdev_t *dev, zbuf_t *buf, u8_t *snap, u16_t snapLen, u16_t offset, u8_t keyLen, u8_t* WepKey, u8_t *iv);
302 u16_t zfWEPDecrypt(zdev_t *dev, zbuf_t *buf, u16_t offset, u8_t keyLen, u8_t* WepKey, u8_t *iv);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Drtmp_data.c118 WepKey; local
121 NdisZeroMemory(&WepKey,
122 sizeof(WepKey));
127 NdisMoveMemory(WepKey.keyinfo.
136 WepKey.keyinfo.KeyIndex =
138 WepKey.keyinfo.KeyLength = len;
151 &WepKey,
153 (WepKey.

Completed in 46 milliseconds