Searched refs:tk_new (Results 1 - 1 of 1) sorted by path

/linux-master/net/mac80211/
H A Dkey.c814 u8 *tk_old, *tk_new; local
820 tk_new = new->conf.key;
832 memcpy(tkip_new, tk_new, WLAN_KEY_LEN_TKIP);
836 tk_new = tkip_new;
839 return !crypto_memneq(tk_old, tk_new, new->conf.keylen);

Completed in 220 milliseconds