Searched defs:TKIP_KEY_LEN (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/vt6655/
H A Dtkip.h37 #define TKIP_KEY_LEN 16 macro
/drivers/staging/vt6656/
H A Dtkip.h37 #define TKIP_KEY_LEN 16 macro
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt_tkip.c35 #define TKIP_KEY_LEN 32 macro
36 u8 key[TKIP_KEY_LEN];
643 if (len == TKIP_KEY_LEN) {
644 memcpy(tkey->key, key, TKIP_KEY_LEN);
665 if (len < TKIP_KEY_LEN)
670 memcpy(key, tkey->key, TKIP_KEY_LEN);
687 return TKIP_KEY_LEN;
/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c28 #define TKIP_KEY_LEN 32 macro
29 u8 key[TKIP_KEY_LEN];
663 if (len == TKIP_KEY_LEN) {
664 memcpy(tkey->key, key, TKIP_KEY_LEN);
685 if (len < TKIP_KEY_LEN)
690 memcpy(key, tkey->key, TKIP_KEY_LEN);
707 return TKIP_KEY_LEN;
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c34 #define TKIP_KEY_LEN 32 macro
35 u8 key[TKIP_KEY_LEN];
673 if (len == TKIP_KEY_LEN) {
674 memcpy(tkey->key, key, TKIP_KEY_LEN);
695 if (len < TKIP_KEY_LEN)
700 memcpy(key, tkey->key, TKIP_KEY_LEN);
717 return TKIP_KEY_LEN;

Completed in 375 milliseconds