Home
last modified time | relevance | path

Searched refs:tk_new (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dkey.c817 u8 *tk_old, *tk_new; in ieee80211_key_identical() local
823 tk_new = new->conf.key; in ieee80211_key_identical()
835 memcpy(tkip_new, tk_new, WLAN_KEY_LEN_TKIP); in ieee80211_key_identical()
839 tk_new = tkip_new; in ieee80211_key_identical()
842 return !crypto_memneq(tk_old, tk_new, new->conf.keylen); in ieee80211_key_identical()